
|
Go to the first, previous, next, last section, table of contents.
- rattoalgp(poly,alglist)
-
:: 多項式に含まれる
root に対応する不定元を root に
置き換える.
- return
-
多項式
- poly
-
多項式
- alglist
-
リスト
-
`sp' で定義されている.
-
第 2 引数は
root のリストである. rattoalgp() は, この root
に対応する不定元を, それぞれ root に置き換える.
[51] rattoalgp((-2*algv(0)+3)*x^2+(1/7*algv(0)-3/7),[alg(0)]);
(-2*#0+3)*x^2+(1/7*#0-3/7)
- 参照
-
section
alg , section algv
Go to the first, previous, next, last section, table of contents.
|