TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Rotate_ ( seq() Q, elt-ord^rat i )

Description

Rotate the elements of Q i places to the right.

Examples

x_S := Sequence([1,2,3,4]); Rotate_(x_S, 3); x_S;
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group