Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
HTML
(Mathematica Import/Export Format) Registered MIME type: text/html HTML markup language and file format. Predominant language for the creation of web pages. HTML is an acronym derived from Hypertext Markup ...
mint MTensor_getFlattenedLength (MTensor t) gets the total number of elements in an MTensor.
Mathematica's unified symbolic graphics architecture makes possible powerful mixing of programmatic graphics generation with interactive editing and control. The Mathematica ...
Mathematical Notation in Notebooks Special Characters Names of Symbols and Mathematical Objects
Rotate
(Built-in Mathematica Symbol) Rotate[g, \[Theta]] represents 2D graphics primitives or any other objects g rotated counterclockwise by \[Theta] radians about the center of their bounding box. Rotate[g, ...
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
UpSet
(Built-in Mathematica Symbol) lhs ^= rhs assigns rhs to be the value of lhs, and associates the assignment with symbols that occur at level one in lhs.
Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D histogram of the values {x_i, y_i}.Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a 3D histogram with bins ...
Traditional procedural programming languages typically require programmers to define an explicit "flow of control" at every stage in their programs. Mathematica provides ...