Nested lists are lists within a list; they are the principal structure for data in Mathematica and allow for high-dimension arrays and ragged datasets as well as common uses ...
Building on its broad strengths in mathematics in general, and in special functions in particular, Mathematica provides a unique level of support for analytic number theory, ...
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
$Messages gives the list of files and pipes to which message output is sent.
MatrixPower[m, n] gives the n\[Null]\[Null]^th matrix power of the matrix m. MatrixPower[m, n, v] gives the n\[Null]^th matrix power of the matrix m applied to the vector v.
Mathematica gives you the ability to fine-tune the level of detail for your plots. To get a rough sketch of a plot, you can tell Mathematica to plot fewer points. The more ...
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.CornerFilter[image, r] detects ...
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.
ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.
The mathematical operations we have discussed so far are exact. Given precise input, their results are exact formulas. In many situations, however, you do not need an exact ...