0

Is there a way to make python transform [(x + 2)**3] into [x**3 + 6*x**2 + 12*x + 8] ?

4th Mar 2018, 2:43 PM
Henrique Laudares Zordan
2 Antworten
0
you could have waited for n answer to your original post instead of reposting. this does not give anything else on the subject. you want the result x of the first calculation to be x in the second function? I gave you the code you need to achieve this into your original post
4th Mar 2018, 2:51 PM
Markus Kaleton
Markus Kaleton - avatar
0
I want to expand the polynomial
4th Mar 2018, 6:35 PM
Henrique Laudares Zordan