AddTo
(Built-in Mathematica Symbol) x += dx adds dx to x and returns the new value of x.
CharacteristicPolynomial[m, x] gives the characteristic polynomial for the matrix m. CharacteristicPolynomial[{m, a}, x] gives the generalized characteristic polynomial with ...
x-- decreases the value of x by 1, returning the old value of x.
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
x++ increases the value of x by 1, returning the old value of x.
LeastSquares[m, b] finds an x that solves the linear least-squares problem for the matrix equation m.x == b.
RealBlockDiagonalForm is an option for SchurDecomposition and related functions which specifies whether 2*2 blocks of real values should be used on matrix diagonals in place ...
Residue
(Built-in Mathematica Symbol) Residue[expr, {z, z_0}] finds the residue of expr at the point z = z_0.
StartScheduledTask[obj] starts the task represented by obj.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.