FUNCTION: get_tub - conversion from K0 X to "tub_enc"

CALLING SEQUENCE:
get_tub(f)

PARAMETERS:
f - the K0 X -class of an object (of datatype quiver)

SYNOPSIS:

EXAMPLES:

> with(tubular):

> read_in(3,3,3);

> f := get_class([7/4,1,2,5]); get_tub(f);

[Maple Math]

[Maple Math]

> g := get_class([8/7,1,0,6]); get_tub(g);

[Maple Math]

[Maple Math]

> h := enter([0,[0,0],[1,0],[0,0],0],`@S`); show(h);

[Maple Math]

[Maple Math]

> get_tub(h);

[Maple Math]

SEE ALSO: show, enter, telescope, get_class, type/tub_enc

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