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