User Portlet User Portlet

Discussions
How does one compute the inverse of a square matrix using SingularValueDecomposition? A = {{1, 1, 1}, {0, 2, 3}, {5, 5, 1}}; Inverse[A] = {{13/8, -(1/2), -(1/8)}, {-(15/8), 1/2, 3/8}, {5/4, 0, -(1/4)}} ...
I was asked to look into a part of NTPD (Network Time Protocol Daemon) for the NTP (Network Time Protocol) Foundation. Imagining one client and one server, NTP works as follows: ![Client-Server Relationship][1] In words, at time T1 (origin)...
I need the Transverse Cylindrical Equal-Area project for a map. Mathematica supplies the Cylindrical Equal-Area projection, but not its transverse. Does anyone know how to manipulate the Cylindrical Equal-Area projection to produce its transverse?
Can anyone tell me why this Hyperlink command Hyperlink[{"Distributions.nb", "file://d:\\DOCUME~1\\CHARLE~1\\MYDOCU~1\\Statistics\\WalpoleAndMyers\\Ch6\\Distributions.nb"}]fail with the following message: "The file you tried to open...