MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data. Dashing[{Dot,Dash,LongDash}] is replaced with ...
NFourierTrigSeries[expr, t, k] gives a numerical approximation to the order n Fourier trigonometric series expansion of expr, where expr is a periodic function of t with ...
AdjacencyMatrix[g] gives the SparseArray object representing the graph g.AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional ...
DendrogramPlot[list] constructs a dendrogram from the hierarchical clustering of list.DendrogramPlot[c] constructs a dendrogram from the Cluster object c.
In addition to providing a comprehensive environment for calculations and a programming language, Mathematica is also a system for representing and presenting scientific and ...
FirstIntegrals[f, x[t], t] returns a list of first integrals corresponding to the coordinate x[t] and independent variable t of the integrand f.FirstIntegrals[f, {x[t], y[t], ...
XMLGet["file"] returns the XML expression tree corresponding to the contents of " file".XMLGet["file", parser] uses the pre-initialized XMLParser object to parse the file. ...
XMLGetString["data"] returns the XML expression tree corresponding to a string.XMLGetString["data", parser] uses the pre-initialized XMLParser object to parse the string.
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
ListStreamDensityPlot[array] generates a stream density plot from a 2D array of vector and scalar field values {{vx_ij, vy_ij}, s_ij}. ListStreamDensityPlot[{{{x_1, y_1}, ...