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


set_field

set_field(rootlist)
:: 代数体を基礎体として設定する.
return
0
rootlist
root のリスト
[0] A=newalg(x^2+1);
(#0)
[1] B=newalg(x^3+A);
(#1)
[2] C=newalg(x^4+B);
(#1)
[3] set_field([C,B,A]);
0
参照
section algtodalg, dalgtoalg, dptodalg, dalgtodp


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