Power products |
The class Monomials in the interpreter corresponds to the C++ class monomial with coefficients and exponents of type int.
use "realroot"
Mmx]
Constructors |
|||||||||
m1 := monomial(1,2,3)
m2 := monomial(-1,0,2)
m2 := monomial([-1,0,2])
|
Arithmetic operations |
|||||||||
m1*m2
m1/m2
m1^5
|
Functions |
|||
exponents(m2)
|
Mmx]