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. ...
ParallelTry[f, {arg_1, arg_2, ...}] evaluates f[arg_i] in parallel, returning the first result received.ParallelTry[f, {arg_1, arg_2, ...}, k] returns a list of the first k ...
ParallelTable[expr, {i_max}] generates in parallel a list of i_max copies of expr.ParallelTable[expr, {i, i_max}] generates in parallel a list of the values of expr when i ...
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
FaceForm[g] is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
Built into Mathematica are hundreds of powerful notational forms that can be arbitrarily combined and immediately accessed through their symbolic representations. Many common ...