[top][index]
search for:

RingElement _ RingElement -- get a coefficient

Synopsis:

  • Operator: _
  • Input:
  • an instance of class RingElement.
  • an instance of class RingElement.
  • Output:
  • an instance of class RingElement.
  • f_m -- provide the coefficient of the monomial m in the polynomial f.

    i1 : ZZ[y];
    i2 : ((1+y)^5) _ (y^2)

    o2 = 10

    See also:

  • _

  • [top][index]
    search for: