New function SemialgebraicComponentInstances has been added to the built-in Mathematica kernel.
New functions CountRoots, IsolatingInterval, and RootIntervals have been added to the built-in Mathematica kernel. IsolatingInterval includes the functionality of ...
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
LUDecomposition[m] generates a representation of the LU decomposition of a square matrix m.
FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
CompilationOptions is an option for Compile that specifies settings for the compilation process.
RiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the continuous algebraic Riccati equation ConjugateTranspose[a].x + x.a - ...
Mathematica supports a broad range of measures that characterize graphs, from simple measures, such as the number of vertices and edges that tell the size and sparsity of a ...