Mathematica makes it easy to take even the most complicated derivatives involving any of its huge range of differentiable special functions.
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
Mathematica's strengths in algebraic computation and graphics as well as numerics combine to bring unprecedented flexibility and power to geometric computation. Making ...
LEDA
(Mathematica Import/Export Format) LEDA graph data format. Commonly used exchange format for graphs. Stores a single, typed, directed, or undirected graph. Plain text format. Native graph file format of the ...
The main expression or object that a built-in Mathematica function acts on is given as the first argument to the function. As part of the syntax, a built-in Mathematica ...
Pajek
(Mathematica Import/Export Format) Pajek graph language and data format. Commonly used exchange format for graphs. Native format of the Pajek network analysis software. The format name is Slovenian for spider. ...
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
UndirectedGraphQ[g] yields True if the graph g is an undirected graph and False otherwise.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
Mathematica includes rich support for linking between notebooks and from notebooks to websites. You can simply add references to a single notebook or link between a series of ...