UnitVector[k] gives the two-dimensional unit vector in the k\[Null]^th direction.UnitVector[n, k] gives the n-dimensional unit vector in the k\[Null]^th direction.
Version 8.0 introduces new features to load functions from shared libraries, giving a new way to incorporate external code into Mathematica. It also adds support for GPU ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
The general first-order nonlinear PDE for an unknown function u(x,y) is given by Here F is a function of uu(x,y), p ( ∂u(x,y) ) / ( ∂x ) , and q ( ∂u(x,y) ) / ( ∂y ) . The ...
MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
Mathematica gives you immediate access to many details of your Mathematica session—in the form of symbolic expressions that can readily be manipulated by the Mathematica ...
LiftingFilterData[...] represents lifting-filter data used to compute forward and inverse lifting wavelet transforms.
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
Integrated into Mathematica is a full range of state-of-the-art local and global optimization techniques, both numeric and symbolic, including constrained nonlinear ...
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...