Google

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


algptorat

algptorat(poly)
:: 多項式に含まれる root を, 対応する不定元に置き換える.
return
多項式
poly
多項式
  • `sp' で定義されている.
  • 多項式に含まれる root #n を全て t#n に 置き換える.
[49] algptorat((-2*alg(0)+3)*x^2+(1/7*alg(0)-3/7));
(-2*t#0+3)*x^2+1/7*t#0-3/7
参照
section defpoly, section algv


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