The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
PopupMenu[x, {val_1, val_2, ...}] represents a popup menu with setting x and possible values val_i. PopupMenu[Dynamic[x], {val_1, ...}] takes the setting to be the ...
Factoring a quadratic polynomial in one variable is straightforward. But Mathematica routinely factors degree-100 polynomials in 3 variables—by making use of a tower of ...
Mathematica's symbolic architecture allows it to represent any equation as a symbolic expression that can be manipulated using any of Mathematica's powerful collection of ...
Import
(Built-in Mathematica Symbol) Import["file"] imports data from a file, returning a complete Mathematica version of it. Import["file", elements] imports the specified elements from a file.Import["http:// ...
Mathematica supports dynamic hierarchical namespace management, fully integrated into the Mathematica language. Mathematica's symbolic programming paradigm allows a unique ...
MonomialList[poly] gives the list of all monomials in the polynomial poly.MonomialList[poly, {x_1, x_2, ...}] gives the list of monomials with respect to the variables x_i in ...
Mathematica is the tool that has made possible Stephen Wolfram's exploration of the computational universe, and the emerging field of Wolfram Science (NKS). Whether for ...