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 ...
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
The functionality of Algebra`FiniteFields` is now available in the newly created Finite Fields Package.
SquareFreeQ[expr] gives True if expr is a square-free polynomial or number, and False otherwise.SquareFreeQ[expr, vars] gives True if expr is square free with respect to the ...
FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point.FindMinimum[f, {x, x_0}] searches for a local minimum in f, starting from ...
BellB
(Built-in Mathematica Symbol) BellB[n] gives the Bell number B_n. BellB[n, x] gives the Bell polynomial B_n (x).
OutputControllableModelQ[ss] gives True if the StateSpaceModel object ss is output controllable, and False otherwise.
Mathematica provides direct access to a large volume of mathematical data, specially organized and created for Mathematica. The data is available in a wide range of forms ...
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.