Google

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


algv

algv(i)
:: alg(i) ¤ËÂбþ¤¹¤ëÉÔÄ긵¤òÊÖ¤¹.
return
¿¹à¼°
i
À°¿ô
  • ¿¹à¼° t#i ¤òÊÖ¤¹.
  • t#i ¤Ï¥æ¡¼¥¶¤¬Ä¾ÀÜÆþÎϤǤ­¤Ê¤¤¤¿¤á, algv(i) ¤È ¤¤¤¦·Á¤ÇÆþÎϤ¹¤ë.
[4] var(defpoly(A0));
t#0
[5] t#0;
syntax error
0
[6] algv(0);
t#0
»²¾È
section newalg, section defpoly, section alg


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