Permute
(Built-in Mathematica Symbol) Permute[expr, perm] permutes the positions of the elements of expr according to the permutation perm.Permute[expr, gr] returns the list of permuted forms of expr under the ...
You can give Solve a list of simultaneous equations to solve. Solve can find explicit solutions for a large class of simultaneous polynomial equations. Here is a simple ...
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
CartesianProduct[l_1, l_2] gives the Cartesian product of lists l_1 and l_2.
Mathematica's symbolic parallel computation architecture provides a uniquely convenient mechanism for communicating and sharing resources between parallel processes. Its ...
X Environment Information opens a dialog box that displays the current attributes of the X front end environment (X only).
There are four kinds of bracketing used in Mathematica. Each kind of bracketing has a very different meaning. It is important that you remember all of them. The four kinds of ...
PermutationReplace[expr, perm] replaces each part in expr by its image under the permutation perm.PermutationReplace[expr, gr] returns the list of images of expr under all ...
Median
(Built-in Mathematica Symbol) Median[list] gives the median of the elements in list. Median[dist] gives the median of the symbolic distribution dist.