Notation , Symbolize and InfixNotation have several options that modify their behavior. These notation functions all take the options WorkingForm and Action. In addition the ...
RotationMatrix[\[Theta]] gives the 2D rotation matrix that rotates 2D vectors counterclockwise by \[Theta] radians.RotationMatrix[\[Theta], w] gives the 3D rotation matrix ...
Welcome to J/Link, a product that integrates Mathematica and Java. J/Link lets you call Java from Mathematica in a completely transparent way, and it also lets you use and ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
KirchhoffGraph[kmat] gives the graph with Kirchhoff matrix kmat.KirchhoffGraph[{v_1, v_2, ...}, kmat] gives the graph with vertices v_i and Kirchhoff matrix kmat.
XLSX
(Mathematica Import/Export Format) Registered MIME type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Microsoft Excel spreadsheet file. Standard format of Excel 2007 and higher. Also known ...
EngineeringForm[expr] prints with all real numbers in expr given in engineering notation. EngineeringForm[expr, n] prints with numbers given to n-digit precision.
InverseZTransform[expr, z, n] gives the inverse Z transform of expr. InverseZTransform[expr, {z_1, z_2, ...}, {n_1, n_2, ...}] gives the multiple inverse Z transform of expr.
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
Norm
(Built-in Mathematica Symbol) Norm[expr] gives the norm of a number, vector or matrix. Norm[expr, p] gives the p-norm.