SetAttributes[s, attr] adds attr to the list of attributes of the symbol s.
CurvatureFlowFilter[image] applies a mean curvature flow filter to image.CurvatureFlowFilter[image, t] specifies the amount t of curvature flow to be ...
RGFs
(Combinatorica Package Symbol) RGFs[n] lists all restricted growth functions on the first n natural numbers in lexicographic order.
There are many types of distributions that are relevant for communication systems. In telecom, for instance, exponential and Erlang distributions modeling talk lengths are ...
Matrix representations of graphs go back a long time and are still in some areas the only way to represent graphs. Adjacency matrices represent adjacent vertices and ...
Mathematica can export dynamic visualizations to common multimedia formats, as well as being able to import animated graphics and other data.
Mathematica not only allows you to create interfaces within its usual notebook framework, but also to create complex standalone interfaces that customize the whole user ...
Traditional procedural programming languages typically require programmers to define an explicit "flow of control" at every stage in their programs. Mathematica provides ...
KernelMixtureDistribution[{x_1, x_2, ...}] represents a kernel mixture distribution based on the data values x_i.KernelMixtureDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
VarianceEquivalenceTest[{data_1, data_2, ...}] tests whether the variances of the data_i are equal. VarianceEquivalenceTest[{data_1, ...}, " property"] returns the value of " ...