JacobiDS[u, m] gives the Jacobi elliptic function ds(u | m).
JacobiND[u, m] gives the Jacobi elliptic function nd(u | m).
JacobiSD[u, m] gives the Jacobi elliptic function sd(u | m).
LQGRegulator[{ss, sensors, finputs}, {w, v, h}, {q, r, p}] constructs the optimal feedback regulator for the StateSpaceModel ss using noisy measurements sensors and feedback ...
LyapunovSolve[a, c] finds a solution x of the matrix Lyapunov equation a.x + x.a\[ConjugateTranspose] == c.LyapunovSolve[a, b, c] solves a.x + x.b == c.LyapunovSolve[{a, d}, ...
Pane
(Built-in Mathematica Symbol) Pane[expr] displays as a pane containing expr. Pane[expr, w] makes the pane be w printer's points wide, linewrapping the contents if necessary.Pane[expr, {w, h}] makes the ...
PermutationProduct[a, b, c] gives the product of permutations a, b, c.
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.
ProteinData["prot"] gives the reference amino acid sequence for the protein prot.ProteinData["prot", " property"] gives the value of the specified property for the protein ...
RankedMax[list, n] gives the n\[Null]^th largest element in list.