This does an integral over the interior of the unit circle. Here is an equivalent form. Even though an integral may be straightforward over a simple rectangular region, it ...
Functions for manipulating files. Different operating systems have different commands for manipulating files. Mathematica provides a simple set of file manipulation ...
CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
Finding the date and time. This gives the current date and time. The Mathematica DateList function returns whatever your computer system gives as the current date and time. ...
The functions defined in the NumericalCalculus` context provide support for finding numerical solutions to calculus-related problems. This loads the package: The built-in ...
AbsoluteTime[] gives the total number of seconds since the beginning of January 1, 1900, in your time zone.AbsoluteTime[{y, m, d, h, m, s}] gives the absolute time ...
BSplineSurface[array] is a graphics primitive that represents a non-uniform rational B-spline surface defined by an array of x, y, z control points.
InverseSurvivalFunction[dist, q] gives the inverse of the survival function for the symbolic distribution dist as a function of the variable q.
Normalize[v] gives the normalized form of a vector v. Normalize[z] gives the normalized form of a complex number z.Normalize[expr, f] normalizes with respect to the norm ...
Permutations[list] generates a list of all possible permutations of the elements in list. Permutations[list, n] gives all permutations containing at most n ...