Go to the first, previous, next, last section, table of contents.


p_terms

p_terms(poly,vlist,order)
:: Monomials appearing in the given polynomial is collected into a list.
return
list
poly
polynomial
vlist
list
order
number, list or matrix
[233] G=gr(katsura(5),[u5,u4,u3,u2,u1,u0],2)$
[234] p_terms(G[0],[u5,u4,u3,u2,u1,u0],2);
[u5,u0^31,u0^30,u0^29,u0^28,u0^27,u0^26,u0^25,u0^24,u0^23,u0^22,
u0^21,u0^20,u0^19,u0^18,u0^17,u0^16,u0^15,u0^14,u0^13,u0^12,u0^11,
u0^10,u0^9,u0^8,u0^7,u0^6,u0^5,u0^4,u0^3,u0^2,u0,1]


Go to the first, previous, next, last section, table of contents.