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


qt_set_coef

qt_set_coef(ParamList)
:: 以下 ParamList に現れる多項式変数を変数とする有理関数体を係数とする 非可換多項式を扱う.
return
リスト
ParamList
リスト
ctrl("print_quote",2);
qt_set_coef([a]);
B=qt_normalize(quote((a*x+a)^2),2);
     出力: ((a^2)*(x)*(x))+((2*a^2)*(x))+(a^2)
qt_normalize(B+B,2);
     出力: ((2*a^2)*(x)*(x))+((4*a^2)*(x))+(2*a^2)
参照
section qt_normalize

ChangeLog


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