up previous next
LogToTerm

returns a monomial (power-product) with given exponents
Syntax
          
LogToTerm(L:LIST):POLY

where L is a list of integers.

          

Description
This function returns the power-product whose list of exponents is L.

Example
  Use R ::= QQ[x,y,z];
  LogToTerm([2,3,5]);
x^2y^3z^5
-------------------------------
  Log(It);
[2, 3, 5]
-------------------------------


See Also