Representations of real intervals. This represents all numbers between -2 and +5. The square of any number between -2 and +5 is always between 0 and 25.
Numerical solution of differential equations. This generates a numerical solution to the equation y^′(x)y(x) with 0<x<2. The result is given in terms of an ...
Manipulating global options in the front end. Just like cells and notebooks, the complete Mathematica front end has various options, which you can look at and manipulate from ...
When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
Functions for manipulating trigonometric expressions. This expands out a trigonometric expression. This factors the expression.
Basic vector operations. This is a vector in three dimensions. This gives a vector u in the direction opposite to v with twice the magnitude.
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
CUDAMemoryUnload[mem 1, mem 2, ...] unloads CUDAMemory from the CUDALink memory manager.
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.
DatabaseResourcesPath[] gives the list of directories that are searched to find database resources.