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 ...
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...
CoefficientList[poly, var] gives a list of coefficients of powers of var in poly, starting with power 0. CoefficientList[poly, {var_1, var_2, ...}] gives an array of ...
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
PolynomialLCM[poly_1, poly_2, ...] gives the least common multiple of the polynomials poly_i. PolynomialLCM[poly_1, poly_2, ..., Modulus -> p] evaluates the LCM modulo the ...
DifferentialRootReduce[expr, x] attempts to reduce expr to a single DifferentialRoot object as a function of x.DifferentialRootReduce[expr, {x, x_0}] takes the initial ...
RootLocusPlot[g, {k, k_min, k_max}] generates the root locus plot of a rational function g of k ranging from k_min to k_max.RootLocusPlot[sys, ...] plots the root loci of a ...