Google

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


dp_redble

dp_redble(dpoly1,dpoly2)
:: Ƭ¹à¤É¤¦¤·¤¬À°½ü²Äǽ¤«¤É¤¦¤«Ä´¤Ù¤ë.
return
À°¿ô
dpoly1, dpoly2
ʬ»¶É½¸½Â¿¹à¼°
  • dpoly1 ¤ÎƬ¹à¤¬ dpoly2 ¤ÎƬ¹à¤Ç³ä¤êÀÚ¤ì¤ì¤Ð 1, ³ä¤êÀÚ¤ì¤Ê¤±¤ì¤Ð 0 ¤òÊÖ¤¹.
  • ¿¹à¼°¤Î´ÊÌó¤ò¹Ô¤¦ºÝ, ¤É¤Î¹à¤ò´ÊÌó¤Ç¤­¤ë¤«¤òõ¤¹¤Î¤ËÍѤ¤¤ë.
[148] C;
(1)*<<1,1,1,0,0>>+(1)*<<0,1,1,1,0>>+(1)*<<1,1,0,0,1>>+(1)*<<1,0,0,1,1>>
[149] T;
(3)*<<2,1,0,0,0>>+(3)*<<1,2,0,0,0>>+(1)*<<0,3,0,0,0>>+(6)*<<1,1,1,0,0>>
[150] for ( ; T; T = dp_rest(T)) print(dp_redble(T,C));
0
0
0
1
»²¾È
section dp_red, dp_red_mod.


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