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

Function

List ( any a ) -> list lis

Description

Tries to convert 'a' to a plain list. Some objects are converted to the list of their coefficients

Examples

se := Sequence([1,1,2]); lis :=List(se);

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group