Google

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


dp_ptod

dp_ptod(poly,vlist)
:: ¿¹à¼°¤òʬ»¶É½¸½Â¿¹à¼°¤ËÊÑ´¹¤¹¤ë.
return
ʬ»¶É½¸½Â¿¹à¼°
poly
¿¹à¼°
vlist
¥ê¥¹¥È
  • ÊÑ¿ô½ç½ø vlist ¤ª¤è¤Ó¸½ºß¤ÎÊÑ¿ô½ç½ø·¿¤Ë½¾¤Ã¤ÆÊ¬»¶É½¸½Â¿¹à¼°¤ËÊÑ´¹¤¹¤ë.
  • vlist ¤Ë´Þ¤Þ¤ì¤Ê¤¤ÉÔÄ긵¤Ï, ·¸¿ôÂΤ˰¤¹¤ë¤È¤·¤ÆÊÑ´¹¤µ¤ì¤ë.
[50] dp_ord(0);
1
[51] dp_ptod((x+y+z)^2,[x,y,z]);
(1)*<<2,0,0>>+(2)*<<1,1,0>>+(1)*<<0,2,0>>+(2)*<<1,0,1>>+(2)*<<0,1,1>>
+(1)*<<0,0,2>>
[52] dp_ptod((x+y+z)^2,[x,y]);  
(1)*<<2,0>>+(2)*<<1,1>>+(1)*<<0,2>>+(2*z)*<<1,0>>+(2*z)*<<0,1>>+(z^2)*<<0,0>>
»²¾È
section dp_dtop, section dp_ord.


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