Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
HankelMatrix[n] gives the n*n Hankel matrix with first row and first column being successive integers.HankelMatrix[{c_1, c_2, ..., c_n}] gives the Hankel matrix whose first ...
ListContourPlot3D[array] generates a contour plot from a three-dimensional array of values. ListContourPlot3D[{{x_1, y_1, z_1, f_1}, {x_2, y_2, z_2, f_2}, ...}] generates a ...
NumberFieldRootsOfUnity[a] gives the roots of unity for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
CUDAMap[f, lst] applies f to each element on lst.
TetGenGetFaceMarkers[expr] returns the face markers for a TetGen expression.
int MLGetByteArray (MLINK link, unsigned char ** a, int ** dims, char ***heads, int *d) gets an array of 1-byte sized integers from the MathLink connection specified by link, ...
One significant advantage Mathematica provides is that it can symbolically compute derivatives. This means that when you specify Method->"Newton" and the function is ...
int MLPutArgCount (MLINK link, int n) specifies the number of arguments of a composite function to be put on link.
Mathematica has many powerful features which enable you to solve many kinds of equations.