When Mathematica cannot give you an explicit result for an integral, it leaves the integral in a symbolic form. It is often useful to manipulate this symbolic form. ...
Mathematical Notation in Notebooks Special Characters Names of Symbols and Mathematical Objects
Supported Development Platforms Installing the MathLink Components Building MathLink Programs
Supported Development Platforms Installing the MathLink Components Building MathLink Programs
Ordering in lists. Here is a list of numbers. This gives the elements of t in sorted order.
In some cases you may need to specify pattern sequences that are more intricate than things like x__ or x..; for such situations you can use PatternSequence[p_1,p_2,…]. ...
Introduction Random Generation Functions Seeding and Localization
You will encounter nested lists if you use matrices or generate multidimensional arrays and tables. Mathematica provides many functions for handling such lists. A few ...
Mathematica usually works by taking whatever input you give, and then processing it. Sometimes, however, you may want to have a program you write explicitly request more ...
Mathematica represents matrices and vectors using lists. Anything that is not a list Mathematica considers as a scalar. A vector in Mathematica consists of a list of scalars. ...