Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...
Output formats for numbers. These numbers are given in the default output format. Large numbers are given in scientific notation. This gives all numbers in scientific ...
All textual and graphical forms in Mathematica are ultimately represented in terms of nested collections of boxes. Typically the elements of these boxes correspond to objects ...
GUIRunModal[src] loads and runs an interface definition in a modal state with the kernel and returns a result when finished.GUIRunModal[src, args] passes arguments to the ...
PostTests is an option for ANOVA that specifies which significance tests to perform.
AmplitudeModulation[f_c, f_m, m_i, dur] creates a Sound object that is an amplitude-modulated sinusoid, having carrier and modulating frequencies f_c and f_m, measured in ...
Highlight[g, p] displays g with elements in p highlighted. The second argument p has the form {s_1, s_2, ...}, where the s_i are disjoint subsets of vertices and edges of g.
NewtonCotesError[n, f, a, b] gives the error in the elementary n-point Newton-Cotes quadrature formula for the function f on an interval from a to b.
NewtonCotesWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Newton-Cotes formula for quadrature on the interval a to b, where w_i is the ...
The MathLink library contains an extensive collection of C functions that allow arbitrary data and structure to be exchanged with Mathematica, and provide detailed control of ...