ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
Plot3D
(Built-in Mathematica Symbol) Plot3D[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a three-dimensional plot of f as a function of x and y. Plot3D[{f_1, f_2, ...}, {x, x_min, x_max}, {y, y_min, ...
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
Unicode: 25FB. Alias: Esc essq Esc. Letter-like form. Not the same as the operator \[Square]. Not the same as \[Placeholder].
Why You Do Not Usually Need to Know about Internals Basic Internal Architecture The Algorithms of Mathematica
DefaultFontProperties is a global option that specifies various properties of a font family, such as its character encoding and whether it is monospaced.
Tilde
(Built-in Mathematica Symbol) Tilde[x, y, ...] displays as x \[Tilde] y \[Tilde] ....
Mathematica supports logical operators not only for programming, but for mathematical operations as well.
The first part of this User Guide describes using J/Link to allow you to call from Mathematica into Java, thereby extending the Mathematica environment to include the ...
Histogram[{x_1, x_2, ...}] plots a histogram of the values x_i.Histogram[{x_1, x_2, ...}, bspec] plots a histogram with bin width specification bspec.Histogram[{x_1, x_2, ...