Mathematica 9 is now available

RotateLeft

Usage

RotateLeft[expr, n] cycles the elements in expr n positions to the left.
RotateLeft[expr] cycles one position to the left.
RotateLeft[expr, { ,  , ... }] cycles elements at successive levels  positions to the left.


Notes

• Example: RotateLeft[ a, b, c , 1]LongRightArrow .
RotateLeft[expr, -n] rotates n positions to the right.
RotateLeft can be used on SparseArray objects.
• See also: RotateRight, Reverse, PadLeft.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.