SystemsModelOrder[ss] gives the order of the StateSpaceModel object ss.
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
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.
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.
SingularValueDecomposition[m] gives the singular value decomposition for a numerical matrix m as a list of matrices {u, w, v}, where w is a diagonal matrix and m can be ...
When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a ...
CompilationOptions is an option for Compile that specifies settings for the compilation process.
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 ...