StreamColorFunction is an option for StreamPlot and related functions that specifies a function to apply to determine colors along streamlines.
ViewAngle is an option for Graphics3D and related functions which gives the opening half-angle for a simulated camera used to view the three-dimensional scene.
There are many detailed differences between different kinds of computer systems. But one of the important features of Mathematica is that it allows you to work and create ...
When you write programs in Mathematica, there are various ways to document your code. As always, by far the best thing is to write clear code, and to name the objects you ...
"Interrupting Calculations" describes how you can interrupt a Mathematica computation by pressing appropriate keys on your keyboard. In some cases, you may want to simulate ...
Manipulating global options in the front end. Just like cells and notebooks, the complete Mathematica front end has various options, which you can look at and manipulate from ...
Particularly when you use transformation rules, you often need to name pieces of patterns. An object like x_ stands for any expression, but gives the expression the name x. ...
Functions relating real numbers and integers. Extracting integer and fractional parts. IntegerPart[x] and FractionalPart[x] can be thought of as extracting digits to the left ...
Type the symbol that will have the superscript. Type x. Create a superscript by pressing the Control key and the 6 key at the same time.
CUDAArgMaxList[list] gives the index of the maximum element in list.