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.
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 - ...
Mathematica handles formulas of all types, from polynomials with millions of terms to complex combinations of higher mathematical functions. It provides powerful general ...
New function SemialgebraicComponentInstances has been added to the built-in Mathematica kernel.
New functions CountRoots, IsolatingInterval, and RootIntervals have been added to the built-in Mathematica kernel. IsolatingInterval includes the functionality of ...
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
EditCellTagsSettings -> {opt_1 -> val_1, opt_2 -> val_2} is a global option that specifies settings for the Edit Cell Tags dialog box.
FileNameDialogSettings -> {opt -> val} is a global option that specifies settings for the Insert File Path dialog box.
DSolve
(Built-in Mathematica Symbol) DSolve[eqn, y, x] solves a differential equation for the function y, with independent variable x. DSolve[{eqn_1, eqn_2, ...}, {y_1, y_2, ...}, x] solves a list of ...