RandomComplex[] gives a pseudorandom complex number with real and imaginary parts in the range 0 to 1.RandomComplex[{z_min, z_max}] gives a pseudorandom complex number in the ...
RandomReal[] gives a pseudorandom real number in the range 0 to 1. RandomReal[{x_min, x_max}] gives a pseudorandom real number in the range x_min to x_max. RandomReal[x_max] ...
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
ND
(Numerical Calculus Package Symbol) ND[expr, x, x_0] gives a numerical approximation to the derivative of expr with respect to x at the point x_0.ND[expr, {x, n}, x_0] gives a numerical approximation to the ...
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 ...
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.