FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
RiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the continuous algebraic Riccati equation ConjugateTranspose[a].x + x.a - ...
FromCoefficientRules[list, {x_1, x_2, ...}] constructs a polynomial from a list of rules for exponent vectors and coefficients.
The NumericalDifferentialEquationAnalysis package combines functionality for analyzing differential equations using Butcher trees, Gaussian quadrature, and Newton-Cotes ...
Mathematica's matrix operations handle both numeric and symbolic matrices, automatically accessing large numbers of highly efficient algorithms. Mathematica uses ...
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 ...
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
$MaxRootDegree specifies the maximum degree of polynomial to allow in Root objects.
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...