Google

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


p_terms

p_terms(poly,vlist,order)
:: ¿¹à¼°¤Ë¤¢¤é¤ï¤ì¤ëñ¹à¤ò¥ê¥¹¥È¤Ë¤¹¤ë.
return
¥ê¥¹¥È
poly
¿¹à¼°
vlist
¥ê¥¹¥È
order
¿ô, ¥ê¥¹¥È¤Þ¤¿¤Ï¹ÔÎó
  • `gr' ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤ë.
  • ¿¹à¼°¤òñ¹à¤ËŸ³«¤·¤¿»þ¤Ë¸½¤ì¤ë¹à¤ò¥ê¥¹¥È¤Ë¤·¤ÆÊÖ¤¹. vlist ¤ª¤è¤Ó order ¤Ë¤è¤êÄê¤Þ¤ë¹à½ç½ø¤Ë¤è¤ê, ½ç½ø¤Î¹â¤¤¤â¤Î ¤¬¥ê¥¹¥È¤ÎÀèÆ¬¤ËÍè¤ë¤è¤¦¤Ë¥½¡¼¥È¤µ¤ì¤ë.
  • ¥°¥ì¥Ö¥Ê´ðÄì¤Ï¤·¤Ð¤·¤Ð·¸¿ô¤¬µðÂç¤Ë¤Ê¤ë¤¿¤á, ¼ÂºÝ¤Ë¤É¤Î¹à¤¬¸½¤ì¤Æ ¤¤¤ë¤Î¤«¤ò¸«¤ë¤¿¤á¤Ê¤É¤ËÍѤ¤¤ë.
[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.