Wronskian[{y_1, y_2, ...}, x] gives the Wronskian determinant for the functions y_1, y_2, ... depending on x.Wronskian[eqn, y, x] gives the Wronskian determinant for the ...
ToRules
(Built-in Mathematica Symbol) ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
JacobiCN[u, m] gives the Jacobi elliptic function cn(u | m).
JacobiDN[u, m] gives the Jacobi elliptic function dn(u | m).
Variance[list] gives the sample variance of the elements in list. Variance[dist] gives the variance of the symbolic distribution dist.
TreePlot lays out the vertices of a graph in a tree of successive layers, or a collection of trees. If the graph g is not a tree, TreePlot lays out its vertices on the basis ...
You can export XML data from Mathematica using the standard Export function. Exporting files. The first argument of the function specifies the file to which the data should ...
The GUIKit framework provides Mathematica functions, such as PropertyValue[{" StyleBox["widgetName", "TI"]"," StyleBox["propertyName", "TI"]"}], for accessing state ...
ExpressionTree[e] plots the expression tree of e.ExpressionTreePlot[e, pos] plots the expression tree of e with its root placed at position pos.ExpressionTreePlot[e, pos, ...