[next][previous][up][top][index]
search for:

terms -- provide a list of terms of a polynomial

terms f -- provide a list of terms of a polynomial.

i1 : R = QQ[x,y]

o1 = R

o1 : PolynomialRing
i2 : terms (x+2*y-1)^2

       2          2
o2 = {x , 4x*y, 4y , -2x, -4y, 1}

o2 : List

See also:

  • coefficients -- the coefficients
  • Ways to use terms :

  • terms RingElement

  • [next][previous][up][top][index]
    search for: