Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
Implicit
(Numerical Differential Equation Analysis Package Symbol) Implicit is a setting for the option RungeKuttaMethod specifying the type of Runge\[Dash]Kutta method to be generated.
MatrixExp[m] gives the matrix exponential of m. MatrixExp[m, v] gives the matrix exponential of m applied to the vector v.
GraphPolynomial[n, x] returns a polynomial in x in which the coefficient of x^m is the number of nonisomorphic graphs with n vertices and m edges. GraphPolynomial[n, x, ...
The functionality of PolynomialPowerMod is now available in the kernel function PolynomialRemainder. Modulus is now an option to the kernel functions PolynomialQuotient and ...
IrreduciblePolynomial[s, p, d] gives an irreducible polynomial in the symbol s of degree d over the integers modulo the prime p.
Calculus lets you approximate complicated functions with power series. Mathematica lets you generate and work with power series for a huge range of functions.
HypergeometricPFQ[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the generalized hypergeometric function \[Null]_p F_q (a; b; z).
GaussianQuadratureWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Gaussian formula for quadrature on the interval a to b, where w_i is the ...
GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.