Hi! Poly(4*x**2+8*x+4).all_coeffs()
Javier > El 22 feb 2021, a las 12:44, Michał Pawłowski > <[email protected]> escribió: > > Hi. > > I'd like to get polynomial qualifiers returned as array, in example: > > getQualifiers("4*x**2+8*x+4") > [4, 8, 4] > > or > > getQualifiers("4*x**2+4") > [4, 0, 4] > > Is it possible? > > Thanks > Mike > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/51ffa1bd-3654-40b5-a1c2-dc650b277222n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/52B5605A-8BCC-43D3-97BF-5A32F369CCB2%40gmail.com.
