"Gauss–Newton" and "conjugate gradient" methods use derivatives. When Mathematica cannot compute symbolic derivatives, finite differences will be used. Computing derivatives ...
RIB
(Mathematica Import/Export Format) RenderMan RIB user entity file. 3D geometry format. Used for photorealistic modeling and rendering. Stores 3D object definitions and scene descriptions. Native format of the ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
A typical Mathematica notebook containing text, graphics, and Mathematica expressions. The brackets on the right indicate the extent of each cell. Mathematica notebooks are ...
AbsoluteFileName["name"] gives the full absolute version of the name for a file in your filesystem.
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
Control
(Built-in Mathematica Symbol) Control[{u, dom}] represents an interactive control for the variable u in the domain dom, with the type of control chosen to be appropriate for the domain ...
CoordinatesToolOptions is an option for Graphics that gives values of options associated with the Get Coordinates tool.
Dilation[image, ker] gives the morphological dilation of image with respect to the structuring element ker.Dilation[image, r] gives the dilation with respect to a range r ...
DMSString[\[Theta]] converts an angle \[Theta] given in decimal degrees to a degrees-minutes-seconds string.DMSString[{\[Phi], \[Lambda]}] converts latitude and longitude ...