Unicode: F7A4. Alias: Esc dsA Esc.
The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
WolframAlpha["query"] sends query to Wolfram|Alpha and imports the output.WolframAlpha["query", format] imports the output according to the specified format.
Underflow[] represents a number too small to represent explicitly on your computer system.
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
DigitQ
(Built-in Mathematica Symbol) DigitQ[string] yields True if all the characters in the string are digits in the range 0 through 9, and yields False otherwise.
Overflow[] represents a number too large to represent explicitly on your computer system.
Matrix inversion. Here is a simple 2×2 matrix. This gives the inverse of m. In producing this formula, Mathematica implicitly assumes that the determinant ad-bc is nonzero.
GF
(Finite Fields Package Symbol) GF[p, d] gives the Galois field that is a degree d extension of the prime field of p elements.GF[q] gives the Galois field with q elements, for q a prime power.GF[p, ilist] ...
PowerListQ[f] gives True if the list representing the powers of a primitive element of the field is used to do field arithmetic, and False otherwise.