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

Function

Reverse ( seq() Q ) -> seq()

Description

The sequence formed by reversing the order of the elements in Q.

Examples

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