Mathematica 9 is now available

RotateLeft

Usage

RotateLeft[expr, n]expr中第n个位置的元素循环移到左边.
RotateLeft[expr] 把一个位置循环移到左边.
RotateLeft[expr,   ,  , ...  ] 把依次相连层  位置的元素循环移到左边.


Notes

• 例如: RotateLeft[ a, b, c , 1]LongRightArrow .
RotateLeft[expr, -n]n位置旋转到右边.
• 参见Mathematica 全书: 1.8.9节 和 1.8.13节.
• 同时参见: RotateRight, Reverse, PadLeft.
Further Examples

This rotates each element one place to the left.

In[1]:=  

Out[1]=

This rotates each element two places to the left.

In[2]:=  

Out[2]=

This rotates each element one place to the right.

In[3]:=  

Out[3]=



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.