Span
(Built-in Mathematica Symbol) i ;; j represents a span of elements i through j.i ;; represents a span from i to the end.;; j represents a span from the beginning to j.;; represents a span that includes ...
CUDAArgMaxList[list] gives the index of the maximum element in list.
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1).HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.
Normalize[v] gives the normalized form of a vector v. Normalize[z] gives the normalized form of a complex number z.Normalize[expr, f] normalizes with respect to the norm ...
Projection[u, v] finds the projection of the vector u onto the vector v.Projection[u, v, f] finds projections with respect to the inner product function f.
Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...
ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.
EllipticE[m] gives the complete elliptic integral E(m). EllipticE[\[Phi], m] gives the elliptic integral of the second kind E(\[Phi] \[VerticalSeparator] m).
KnotData[knot, " property"] gives the specified property for a knot.KnotData[knot] gives an image of the knot.KnotData["class"] gives a list of knots in the specified class.