DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
Cosh
(Built-in Mathematica Symbol) Cosh[z] gives the hyperbolic cosine of z.
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
Sech
(Built-in Mathematica Symbol) Sech[z] gives the hyperbolic secant of z.
Sinh
(Built-in Mathematica Symbol) Sinh[z] gives the hyperbolic sine of z.
Eigenvalues and eigenvectors. The eigenvalues of a matrix m are the values λ_i for which one can find nonzero vectors v_i such that m.v_i λ_iv_i. The eigenvectors are the ...
Finding singular values and norms of matrices. The singular values of a matrix m are the square roots of the eigenvalues of m.m^*, where * denotes Hermitian transpose. The ...
Csc
(Built-in Mathematica Symbol) Csc[z] gives the cosecant of z.