Graph
(Combinatorica Package Symbol) Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...
Functionality in this package has been added to the built-in Mathematica kernel or incorporated into newly created packages. CDF, PDF and CharacteristicFunction are built ...
NFourierCoefficient[expr, t, n] gives a numerical approximation to the n \[Null]^th coefficient in the Fourier exponential series expansion of expr, where expr is a periodic ...
NFourierCosCoefficient[expr, t, n] gives a numerical approximation to the n\[Null]^th coefficient in the Fourier cosine series expansion of expr, where expr is a periodic ...
NFourierSinCoefficient[expr, t, n] gives a numerical approximation to the n\[Null]^th coefficient in the Fourier sine series expansion of expr, where expr is a periodic ...
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
ToSymbolicXML[expr] converts an expression expr to an appropriate XML format and returns the result as SymbolicXML.
XMLGetString["data"] returns the XML expression tree corresponding to a string.XMLGetString["data", parser] uses the pre-initialized XMLParser object to parse the string.
After creating or editing an animation in Mathematica , you can export it for use in other programs. Mathematica can import and export animations in several formats.
NDSolve solves a differential equation numerically. It returns solutions in a form that can be readily used in many different ways. One typical use would be to produce a plot ...