CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
SetArithmetic[d] sets the number of digits of precision d to be used in ComputerNumber objects.SetArithmetic[d, b] sets the number of digits of precision d and the base b to ...
PCX
(Mathematica Import/Export Format) Common MIME types: application/pcx, image/pcx Paintbrush PCX format. Raster image format. Legacy format used on Microsoft DOS. Binary format. Compresses image data using ...
TGA
(Mathematica Import/Export Format) Common MIME types: application/tga, image/tga, image/tga Truevision TARGA format. Raster image file format. Widely used in animation and video applications. Was native format ...
mathlm
(Mathematica System Program) mathlm options starts MathLM, the Mathematica license manager.
PowerSymmetricPolynomial[r] represents a formal power symmetric polynomial with exponent r.PowerSymmetricPolynomial[{r_1, r_2, ...}] represents a multivariate formal power ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...
Graphics3D[primitives, options] represents a three-dimensional graphical image.