This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
Moving through Expressions Selecting and Deleting in Expressions Typing Fractions
Mathematica allows you to treat abstract 3D graphics using familiar physical metaphors. It provides not only real-time 3D manipulation, but also detailed programmatic control ...
Power series are in many ways the algebraic analog of limited-precision numbers. Mathematica can generate series approximations to virtually any combination of built-in ...
InterpolateRoot[lhs == rhs, {x, x_0, x_1}] searches for a numerical solution to the equation lhs == rhs using x_0 and x_1 as the first two values of x.
These "How tos" give step-by-step instructions for common tasks related to algebraic computation in Mathematica .
MessageList[n] is a global object assigned to be a list of the names of messages generated during the processing of the n\[Null]^th input line.
Eigenvalues and eigenvectors. The eigenvalues of a matrix m are the values λ_i for which one can find nonzero vectors v_i such that m.v_i λ_iv_i. The eigenvectors are the ...
Variance[list] gives the sample variance of the elements in list. Variance[dist] gives the variance of the symbolic distribution dist.
Mathematica provides representation of algebraic numbers as Root objects. A Root object contains the minimal polynomial of the algebraic number and the root number—an integer ...