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.