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


uc

uc()
:: 未定係数法のための不定元を生成する.
return
vtype が 1 の不定元
[0] A=uc();
_0
[1] B=uc();
_1
[2] (uc()+uc())^2;
_2^2+2*_3*_2+_3^2
[3] (A+B)^2;
_0^2+2*_1*_0+_1^2
参照
section vtype, section rtostr, section strtov.


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