MathieuCharacteristicA[r, q] gives the characteristic value a_r for even Mathieu functions with characteristic exponent r and parameter q.
MathieuCharacteristicB[r, q] gives the characteristic value b_r for odd Mathieu functions with characteristic exponent r and parameter q.
LaplaceTransform[expr, t, s] gives the Laplace transform of expr. LaplaceTransform[expr, {t_1, t_2, ...}, {s_1, s_2, ...}] gives the multidimensional Laplace transform of ...
Constrained optimization problems are problems for which a function f(x) is to be minimized or maximized subject to constraints Φ(x). Here f:^n is called the objective ...
Newton's method for nonlinear equations is based on a linear approximation so the Newton step is found simply by setting M_k(p)=0, Near a root of the equations, Newton's ...
These "How tos" give step-by-step instructions for common tasks related to algebraic computation in Mathematica .
"TemplateSelection" is a front end token that inserts a function template to the right of the insertion point.
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
Complex Polynomial Systems Real Polynomial Systems Diophantine Polynomial Systems
Plot
(Built-in Mathematica Symbol) Plot[f, {x, x_min, x_max}] generates a plot of f as a function of x from x_min to x_max. Plot[{f_1, f_2, ...}, {x, x_min, x_max}] plots several functions f_i.