[back] [prev] [next] [index] [root]

 


Coeff

Syntax:

a := Coeff(poly, i [,"x"]);

ring element
  a  
polynomial
  poly  
positive integer
  i  

See also:  Coef

Description:

no detailed description available yet


Example:


kash> a := Coeff(2*x^3+4*x^2-7*x+18,2);
> 4


<- back[back] [prev] [next] [index] [root]