ShrinkingDelay is an option for dynamic objects that specifies how long to delay before shrinking the size of the region in which the object is displayed to the actual size ...
SynchronousInitialization is an option for Manipulate, DynamicModule, and related functions that specifies whether or not to evaluate the expression given as the setting for ...
TraceOriginal is an option for Trace and related functions which specifies whether to test the form of each expression before its head and arguments are evaluated.
VerifyConvergence is an option to Sum, NSum, and similar functions that specifies whether convergence checking should be done.
ViewRange is an option for Graphics3D and related functions which specifies the range of distances from the view point to be included in displaying a three-dimensional scene.
WordSeparators is an option for Read, Find, and related functions that specifies the list of strings to be taken as delimiters for words.
You can enter complex numbers in Mathematica just by including the constant I, equal to Sqrt[-1]. Make sure that you type a capital I. If you are using notebooks, you can ...
Solving linear first-order ODEs is straightforward and only requires the use of a suitable integrating factor. In sharp contrast, there are a large number of methods ...
Mathematica notebooks provide a sophisticated environment for creating technical documents. But particularly if you want to merge your work with existing material in TeX, you ...
Ordering in lists. Here is a list of numbers. This gives the elements of t in sorted order.