liushunyi

35 Reputation

5 Badges

10 years, 362 days

MaplePrimes Activity


These are questions asked by liushunyi

I want to extract all the coefficients of a polynomial. For example, let p:=x^5-8x^3+2, and the function coeffs(p) returns 1, -8, 2. In fact, I want to obtain 1, 0, -8, 0, 0, 2. Thanks to everyone.

1 2 Page 2 of 2