|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RotateLeft
RotateLeft[expr, n]
cycles the elements in expr n positions to the left.
RotateLeft[expr]
cycles one position to the left.
RotateLeft[expr, {n1, n2, ...}]
cycles elements at successive levels
positions to the left.
DetailsDetails
- RotateLeft[expr, -n] rotates n positions to the right.
- RotateLeft can be used on SparseArray objects.
New in 1 | Last modified in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
