Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
Make Template inserts a template based on a selected function name.
You can do arithmetic with Mathematica just as you would on an electronic calculator. This is the sum of two numbers. Here the / stands for division, and the ^ stands for ...
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
Directive[g_1, g_2, ...] represents a single graphics directive composed of the directives g_1, g_2, ....
SingularValueDecomposition[m] gives the singular value decomposition for a numerical matrix m as a list of matrices {u, w, v}, where w is a diagonal matrix and m can be ...
LegendSize is an option for Legend which specifies the size of a legend box.
Building on its broad algorithmic and mathematical capabilities, Mathematica provides a unique level of highly general and efficient support for additive number theory.
Mathematica notebooks support a variety of input and output styles. You can write input using the characters from the standard keyboard. Alternately, you can write input in ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...