Google

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


res

res(var,poly1,poly2[,mod])
:: var ¤Ë´Ø¤¹¤ë poly1 ¤È poly2 ¤Î½ª·ë¼°.
return
¿¹à¼°
var
ÉÔÄ긵
poly1,poly2
¿¹à¼°
mod
ÁÇ¿ô
  • Æó¤Ä¤Î¿¹à¼° poly1 ¤È poly2 ¤Î, ÊÑ¿ô var ¤Ë´Ø¤¹¤ë ½ª·ë¼°¤òµá¤á¤ë.
  • Éôʬ½ª·ë¼°¥¢¥ë¥´¥ê¥º¥à¤Ë¤è¤ë.
  • °ú¿ô mod ¤¬¤¢¤ë»þ, GF(mod) ¾å¤Ç¤Î·×»»¤ò¹Ô¤¦.
[0] res(t,(t^3+1)*x+1,(t^3+1)*y+t);
-x^3-x^2-y^3


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