IntegerDigits[n] gives a list of the decimal digits in the integer n. IntegerDigits[n, b] gives a list of the base b digits in the integer n. IntegerDigits[n, b, len] pads ...
RectangleChart[{{x_1, y_1}, {x_2, y_2}, ...}] makes a rectangle chart with bars of width x_i and height y_i. RectangleChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_i, y_j}, ...
TrigReduce[expr] rewrites products and powers of trigonometric functions in expr in terms of trigonometric functions with combined arguments.
SectorChart[{{x_1, y_1}, {x_1, y_2}, ...}] makes a sector chart with sector angles proportional to x_i and radii y_i.SectorChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_j, ...
This tutorial contains simple examples of DatabaseLink that give an overview of its functionality and some ideas of how to get started. It uses a lightweight database, ...
PDB
(Mathematica Import/Export Format) MIME type: chemical/x-pdb Protein Data Bank PDB files. 3D molecular model file. Used in bioinformatics applications and on the web for storing and exchanging molecule models. ...
RowReduce[m] gives the row-reduced form of the matrix m.
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.
OpenCLMemoryLoad[list] loads list into OpenCLMemory manager, returning an OpenCLMemory.OpenCLMemoryLoad[list, type] loads list with specified type into OpenCLMemory manager, ...