Question: How to get the constant term from polynomial

a := .4*x^3+.3*x^2+.2*x+.1;

z^coeff(b, x^0);

it should be z^1

however can not run this, how to get this constant term 1?

Please Wait...