$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
MardiaCombinedTest[data] tests whether data follows a MultinormalDistribution using the Mardia combined test.MardiaCombinedTest[data, " property"] returns the value of " ...
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...
SingularValueList[m] gives a list of the nonzero singular values of a matrix m. SingularValueList[{m, a}] gives the generalized singular values of m with respect to a. ...
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
While DSolve usually returns the correct solution to a differential equation it is given, it is common practice to verify the solution returned by any differential equation ...
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
Eigenvalues and eigenvectors. The eigenvalues of a matrix m are the values λ_i for which one can find nonzero vectors v_i such that m.v_i λ_iv_i. The eigenvectors are the ...
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...