Google

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


simp_ff

simp_ff(obj)
:: ¿ô, ¤¢¤ë¤¤¤Ï¿¹à¼°¤Î·¸¿ô¤òÍ­¸ÂÂΤ赤ËÊÑ´¹
return
¿ô¤Þ¤¿¤Ï¿¹à¼°
obj
¿ô¤Þ¤¿¤Ï¿¹à¼°
  • ¿ô, ¤¢¤ë¤¤¤Ï¿¹à¼°¤Î·¸¿ô¤òÍ­¸ÂÂΤ赤ËÊÑ´¹¤¹¤ë.
  • À°¿ô, ¤¢¤ë¤¤¤ÏÀ°¿ô·¸¿ô¿¹à¼°¤ò, Í­¸ÂÂÎ, ¤¢¤ë¤¤¤ÏÍ­¸ÂÂη¸¿ô¤ËÊÑ´¹¤¹¤ë¤¿¤á¤Ë ÍѤ¤¤ë.
  • Í­¸ÂÂΤ赤ËÂФ·, Ë¡¤¢¤ë¤¤¤ÏÄêµÁ¿¹à¼°¤Ë¤è¤ë reduction ¤ò¹Ô¤¦¾ì¹ç¤Ë¤â ÍѤ¤¤ë.
[0] simp_ff((x+1)^10);
x^10+10*x^9+45*x^8+120*x^7+210*x^6+252*x^5+210*x^4+120*x^3+45*x^2+10*x+1
[1] setmod_ff(3);
3
[2] simp_ff((x+1)^10); 
1*x^10+1*x^9+1*x+1
[3] ntype(coef(@@,10));
6
»²¾È
section setmod_ff, section lmptop, section gf2nton


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