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.
WindowMargins is a notebook option that specifies what margins to leave around the window that is used to display the notebook on the screen.
ZernikeR[n, m, r] gives the radial Zernike polynomial R_n^m(r).
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
$RecursionLimit gives the current limit on the number of levels of recursion that Mathematica can use.
In an expression like f[{a,b,c}] you are giving a list as the argument to a function. Often you need instead to apply a function directly to the elements of a list, rather ...
When you set up a graphics object in Mathematica, you give coordinates for the various graphical elements that appear. When Mathematica renders the graphics object, it has to ...
Manipulate Introduction to Control Objects Views
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 ...