TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Coefficients ( elt-res^pol f ) -> seq()

Description

The coefficients of the variable of the polynomial f.

Examples

x_q:=Quotient(ZX,X^2+1); x_qe1:=x_q.1-1; x_qe2:=x_q.1^3-1; Coefficients(x_qe1); Coefficients(x_qe2);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group