MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
The raw SQL command SELECT selects and returns data from a database. An alternative is to use the Mathematica command SQLSelect, described in "Selecting Data". If you find ...
BubbleChart[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a bubble chart with bubbles at positions {x_i, y_i} with sizes z_i.BubbleChart[{..., w_i[{x_i, y_i, z_i}, ...], ...
ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values.ListVectorPlot3D[{{{x_1, y_1, z_1}, {vx_1, vy_1, vz_1}}, ...}] generates a 3D vector ...
SymletWavelet[] represents the Symlet wavelet of order 4.SymletWavelet[n] represents the Symlet wavelet of order n.
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
CCodeGenerate[cfun, name, opts] generates C code from the compiled function cfun using the name as the exported function name, and saves in the file ...
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).