CoCoA:Log

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)

Log

the list of exponents of the leading term of a polynomial

Description

This function returns the list of exponents of the leading term of F.

Example

  Use R ::= Q[x,y,z];
  F := x^3y^2z^5+x^2y+xz^4;
  Log(F);
[3, 2, 5]
-------------------------------

Syntax

Log(F:POLY):LIST

ILogBase

LT

LogToTerm

   <type>polynomial</type>