ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values. ListPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a plot ...
ChemicalData["name", " property"] gives the value of the specified property for the chemical " name".ChemicalData["name"] gives a structure diagram for the chemical with the ...
CycleGraph[n] gives the cycle graph with n vertices C_n.
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
RootLocusPlot[g, {k, k_min, k_max}] generates the root locus plot of a rational function g of k ranging from k_min to k_max.RootLocusPlot[sys, ...] plots the root loci of a ...
ContourPlot3D[f, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] produces a three-dimensional contour plot of f as a function of x, y, and z. ContourPlot3D[f == g, ...
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...
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, ...
Since many functions in Mathematica give solutions in the form of rules, you need to be able to use these rules to explore and interpret your results. Although many of the ...
Unicode: 227B. Infix ordering operator. x ≻ y is by default interpreted as Succeeds[x,y]. Used in mathematics to indicate various notions of partial ordering. Often applied ...