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


uc

uc()
:: Create a new indeterminate for an undermined coeficient.
return
indeterminate with its 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
References
section vtype, section rtostr, section strtov.


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