The main equations that Solve and related Mathematica functions deal with are polynomial equations. It is easy to solve a linear equation in x. One can also solve quadratic ...
TraditionalFunctionNotation is an option for selections that specifies whether input of the form f(x) is interpreted by the kernel as a function or as a product.
EllipticTheta[a, u, q] gives the theta function \[CurlyTheta]_a (u, q) (a = 1, ..., 4).
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
Baseline is a symbol that represents the baseline for purposes of alignment and positioning.
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.
With its convenient symbolic representation of algebraic numbers, Mathematica's state-of-the-art algebraic number theory capabilities provide a concrete implementation of one ...
TuringMachine[rule, init, t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. ...
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1).HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.