BINARY OPERATOR: &++

SYNOPSIS:

EXAMPLES:

> with(tubular):

> read_in(3,3,3);

> f1 := get_class([4/3,3,0,2]); show(f1);

[Maple Math]

[Maple Math]

> f2 := get_class([4/3,3,1,7]); show(f2);

[Maple Math]

[Maple Math]

> f := f1 &++ f2; show(f);

[Maple Math]

[Maple Math]

SEE ALSO: &==, &--, &mm, tubular/datatypes

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