Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out and ...
MathML is an XML-based markup language for representing mathematics. It was developed by the W3C to provide an effective way to display math in web pages and facilitate the ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
NDSolve uses norms of error estimates to determine when solutions satisfy error tolerances. In nearly all cases the norm has been weighted, or scaled, such that it is less ...
Sequence[expr_1, expr_2, ...] represents a sequence of arguments to be spliced automatically into any function.
When you write programs in Mathematica, there are various ways to document your code. As always, by far the best thing is to write clear code, and to name the objects you ...
The hypergeometric functions play a unifying role in mathematical analysis since many important functions, such as the Bessel functions and Legendre functions, are special ...
Mathematica has a highly flexible system for handling dates and times in almost any format, automatically converting between formats, and when necessary parsing strings ...
LinkRead[link] reads one expression from the specified MathLink connection. LinkRead[link, h] wraps h around the expression read before evaluating it.