In using the symbolic solver I get a polynomial expressed in terms of its roots
i.e (-21+(9+s)*(5+s))*s
is there a way to expand this polynomial into its long form?
i.e
(-21+(9+s)*(5+s))*s = as^3 + bs^2 +cs +d
The purpose being to extract the coefficients i.e (a,b,c,d)?