[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.3.3 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

参照
6.8.3 vtype, 6.10.1 rtostr, 6.10.2 strtov.



This document was generated by root on March, 5 2004 using texi2html