varnsymbolic variable of a polynomial or a rationalCalling Sequence[symb]=varn(p)
[pm]=varn(p,varname)
Argumentspmatrix of polynomials or of rationalssymbcharacter string: name of the variablevarname
character string: the new name of the variable of p, set for pmpmmatrix of polynomials or of rationalsDescriptionsymb=varn(p) returns in symb the symbolic variable of the polynomial p
(i.e. varn(poly(0,'x')) is 'x').
varn(p,'s') returns a polynomial matrix with same coefficients
as p but with 's' as symbolic variable (change of variable name).
ExamplesSee Also
poly
rlist
horner
History5.5.1Extension to rationals