Plus
(Built-in Mathematica Symbol) x + y + z represents a sum of terms.
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
JoinedCurve[{segment_1, segment_2, ...}] represents a curve consisting of segment_1 followed by segment_2 etc. JoinedCurve[{component_1, component_2, ...}] represents a list ...
Widget["IndexedImagePanel"] represents an indexed image panel.
Mathematica lets you determine the final rendered color of a 3D surface using simulated lighting, reflection, and glow. With the Glow option, you can color a 3D surface ...
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
CUDAInformation[] queries information on all CUDA devices detected.CUDAInformation[dev] queries information on CUDA dev.CUDAInformation[dev, prop] queries prop on CUDA dev.
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
Typical ways to enter characters. All printable ASCII characters can be entered directly. Those that are not alphanumeric are assigned explicit names in Mathematica, allowing ...
Paste inserts the current contents of the clipboard at the insertion point.