FindGeometricTransform[pts_1, pts_2] finds a geometric transformation between two geometries pts_1 and pts_2, returning the alignment error together with the transformation ...
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
MatrixRank[m] gives the rank of the matrix m.
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
SetArithmetic[d] sets the number of digits of precision d to be used in ComputerNumber objects.SetArithmetic[d, b] sets the number of digits of precision d and the base b to ...
TetGenTetrahedralize[expr, settings] tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen expression.
Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.