Introduction ODE Integration Methods Partial Differential Equations
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
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.
TimeConstraint is an option for various algorithmic functions which specifies how long to spend trying a particular transformation or part of an algorithm.
Cosh
(Built-in Mathematica Symbol) Cosh[z] gives the hyperbolic cosine of z.
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 ...