Vectors and matrices in Mathematica are simply represented by lists and by lists of lists, respectively. The representation of vectors and matrices by lists. This is a 2×2 ...
Verbatim patterns. Here the x_ in the rule matches any expression. The Verbatim tells Mathematica that only the exact expression x_ should be matched.
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...
Mathematica notebooks consist of sequences of cells. The hierarchy of cells serves as a structure for organizing the information in a notebook, as well as specifying the ...
The aim of these tutorials is to provide a self-contained working guide for solving different types of problems with DSolve. The first step in using DSolve is to set up the ...
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
Type 2+2 and then press Shift+Enter (hold down the Shift key and press Enter) to tell Mathematica to evaluate your input. Note that labels are added automatically, and output ...
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 ...
CUDAArgMaxList[list] gives the index of the maximum element in list.
CUDAArgMinList[list] gives the index of the minimum element in list.