CoCoA:LogToTerm

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LogToTerm

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]
-------------------------------

Syntax

LogToTerm(L:LIST):POLY

where L is a list of integers.

Log

   <type>polynomial</type>