The functionality of Algebra`FiniteFields` is now available in the newly created Finite Fields Package.
New function HornerForm has been added to the built-in Mathematica kernel.
New function PolynomialExtendedGCD has been added to the built-in Mathematica kernel.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
LinearSolve[m, b] finds an x which solves the matrix equation m.x == b. LinearSolve[m] generates a LinearSolveFunction[...] which can be applied repeatedly to different b.
The functionality of PolynomialPowerMod is now available in the kernel function PolynomialRemainder. Modulus is now an option to the kernel functions PolynomialQuotient and ...
New functions SymmetricPolynomial and SymmetricReduction have been added to the built-in Mathematica kernel.
Integrate[f, x] gives the indefinite integral \[Integral]f d x. Integrate[f, {x, x_min, x_max}] gives the definite integral \[Integral]_x_min^x_max\ f\ d x. Integrate[f, {x, ...
Implies
(Built-in Mathematica Symbol) Implies[p, q] represents the logical implication p \[DoubleRightArrow] q.
New functions CountRoots, IsolatingInterval, and RootIntervals have been added to the built-in Mathematica kernel. IsolatingInterval includes the functionality of ...