ScreenStyleEnvironment is an option for notebooks that specifies the style environment to be used in displaying a notebook on the screen.
WriteString[channel, expr_1, expr_2, ...] converts the expr_i to strings, and then writes them in sequence to the specified output channel.
ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
This tutorial describes the principles behind Dynamic, DynamicModule, and related functions, and goes into detail about how they interact with each other and with the rest of ...
Graphics3D[primitives, options] represents a three-dimensional graphical image.
This section includes reference material on SymbolicC functionality. C expressions. Grouping constructs to hold entire statements.
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
Mathematica allows you to customize your 2D and 3D graphics through a variety of options.
Array
(Built-in Mathematica Symbol) Array[f, n] generates a list of length n, with elements f[i]. Array[f, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists, with elements f[i_1, i_2, ...]. ...
BenfordDistribution[b] represents a Benford distribution with base parameter b.