previous next |
LogToTerm |
Syntax |
LogToTerm(L:LIST):POLY where L is a list of integers. |
Summary |
returns a monomial (power-product) with given exponents |
Description |
This function returns the power-product whose list of exponents is L. |
Example |
Use R ::= Q[x,y,z]; LogToTerm([2,3,5]); x^2y^3z^5 ------------------------------- Log(It); [2, 3, 5] ------------------------------- |
See also: |