DefaultAxesStyle is a low-level option for graphics functions that specifies the default style to use in displaying axes and axes-like constructs.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
Sort
(Built-in Mathematica Symbol) Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
While
(Built-in Mathematica Symbol) While[test, body] evaluates test, then body, repetitively, until test first fails to give True.
Mathematica 's functions for solving differential equations can be applied to many different classes of differential equations, including ordinary differential equations ...
RSolve
(Built-in Mathematica Symbol) RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...
This section is concerned with the way that CUDALink is set up and configured for your machine. It will also help to track down and correct problems. CUDALink is designed to ...
Action
(Notation Package Symbol) Action is an option of Notation, Symbolize and InfixNotation that defines what action will be performed with the given notation statement.
Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.