FUNCTION: enter - direct entry of classes in K0 X

CALLING SEQUENCE:
enter(L,B_ind)

PARAMETERS:
L - a list (cf. below)
B_ind - the "Basis indicator", i.e. one of `@O`, `@S` or `@E`

SYNOPSIS:

EXAMPLES:

> with(tubular):

> read_in(2,3,6);

The following coordinates correspond to the indec. projective O(3 x3)

> L := [0,[0],[0,0],[0,0,1,0,0],0]; f := enter(L,`@O`); show(f);

[Maple Math]

[Maple Math]

[Maple Math]

SEE ALSO: tubular/datatypes, show, change

BACK TO: start page of the crep online manual, tubular