Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
Arithmetic Numerical Mathematics in Mathematica The Uncertainties of Numerical Mathematics
Roots
(Built-in Mathematica Symbol) Roots[lhs == rhs, var] yields a disjunction of equations which represent the roots of a polynomial equation.
InstanceOf[javaobject, javaclass] gives True if javaobject is an instance of the class or interface javaclass, or a subclass. Otherwise, it returns False. ...
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
Many large-scale applications of linear algebra involve matrices that have many elements, but comparatively few that are nonzero. You can represent such sparse matrices ...
Mathematica routinely handles huge arrays of numeric, symbolic, textual, or any other data, with any dimension or structure. Arrays are fully integrated into Mathematica's ...
NMinimize, NMaximize, Minimize, and Maximize employ global optimization algorithms, and are thus suitable when a global optimum is needed. Minimize and Maximize can find ...
While there is typically one representation for exact numbers, approximate numbers can be presented differently according to the conventions of different professions or ...