BitShiftLeft[n, k] shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.BitShiftLeft[n] shifts one bit to the left.
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
IntegerLength[n] gives the number of digits in the base 10 representation of the integer n.IntegerLength[n, b] gives the number of digits in the base b representation of n.
PrimitiveRoot[n] gives the smallest primitive root of n.
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
Mathematica 's state-of-the-art visualization capabilities allow you to create high-impact 2D and 3D plots of functions and data. These "How tos" give step-by-step ...