up previous next
E_

[OBSOLETE]vector of the canonical basis

Syntax
OBSOLETE

Description
Essentially replaced by gens of a FreeModule.

Example
/**/  Use R ::= QQ[x,y,z];
/**/  R5 := NewFreeModule(R,5);
/**/  e := gens(R5);
/**/  e[2];
[0, 1, 0, 0, 0]

See Also