PseudoInverse[m] finds the pseudoinverse of a rectangular matrix.
RescalingTransform[{{x_min, x_max}, {y_min, y_max}, ...}, {{xp_min, xp_max}, ...}] gives a TransformationFunction that rescales the region with coordinate ranges x_min to ...
RGBColor[red, green, blue] is a graphics directive specifying that objects that follow are to be displayed, if possible, in the color given. RGBColor[r, g, b, a] specifies ...
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
ViewPoint is an option for Graphics3D and related functions which gives the point in space from which three-dimensional objects are to be viewed.
WeierstrassSigma[u, {g_2, g_3}] gives the Weierstrass sigma function \[Sigma](u; g_2, g_3).
A common operation in analyzing various kinds of data is to find the discrete Fourier transform (or spectrum) of a list of values. The idea is typically to pick out ...
Here is one way to get multiple minima: call NMinimize multiple times with different random seeds, which will cause different optimization paths to be taken. This defines a ...
One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...