Mathematica has a rich syntax carefully designed for consistency and efficient, readable entry of Mathematica 's many language, mathematical, and other constructs. Knowledge ...
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
BoxWhiskerChart[{x_1, x_2, ...}] makes a box-and-whisker chart for the values x_i.BoxWhiskerChart[{x_1, x_2, ...}, bwspec] makes a chart with box-and-whisker symbol ...
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
The function NDSolve discussed in "Numerical Differential Equations" allows you to find numerical solutions to differential equations. NDSolve handles both single ...