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

Keyword

base

Description

A record 'r' that contains a special 'base' component is treated in the same way as the base component itself. These record are called extended objects The other components of 'r' are considered as additional data, which is emphasized when printing. Many functions return extended objects, for instance normal forms of matrices are usually extended by the transformation matrices.

Examples

x_r := rec(base := 1.2*I+2, what:="a complex number"); x_r+2;
XGCD(12655,342676);
x_m := Matrix(Z,2,[1,2,3,4]); SmithForm(x_m);

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