Interleaving is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.
ToLowerCase[string] yields a string in which all letters have been converted to lowercase.
$TimeZone gives the current time zone to assume for dates and times.
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
The fundamental operation that Mathematica performs is evaluation. Whenever you enter an expression, Mathematica evaluates the expression, then returns the result. Evaluation ...
If you make a definition like f[x_]:=x Sin[x], Mathematica will store the expression x Sin[x] in a form that can be evaluated for any x. Then when you give a particular value ...
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
Mathematica has flexible capabilities for per-machine or network license management.
Unicode: 00D7. Alias: Esc * Esc. Infix operator with built-in evaluation rules. x × y is by default interpreted as Times[x,y], which is equivalent to x y or x*y. Not the same ...
"EvaluatorInterrupt" is a front end token that interrupts the specified kernel and opens the Local Kernel Interrupt dialog.