In many kinds of calculations, you need to set up "arrays" that contain sequences of expressions, each specified by a certain index. One way to implement arrays in ...
SparseArray[{pos_1 -> val_1, pos_2 -> val_2, ...}] yields a sparse array in which values val_i appear at positions pos_i. SparseArray[{pos_1, pos_2, ...} -> {val_1, val_2, ...
AiryBi
(Built-in Mathematica Symbol) AiryBi[z] gives the Airy function Bi(z).
TraditionalForm converts the selection to Mathematica TraditionalForm.
"Introduction to Manipulate" and "Introduction to Dynamic" provide most of the information you need to use Mathematica's interactive features accessible through the functions ...
DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
StandardForm converts the selection to Mathematica StandardForm.
FactorTermsList[poly] gives a list in which the first element is the overall numerical factor in poly, and the second element is the polynomial with the overall factor ...