Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polynomials

Creating A Python Lmfit Model With Arbitrary Number Of Parameters

Is there a way to construct a an lmfit Model based on a function with an arbitrary number of depend… Read more Creating A Python Lmfit Model With Arbitrary Number Of Parameters

Calculating The Coefficients Of A Differentiated Polynomial Using Re.compile And Searching In Python

Testing the polynomial '2x^3+4x^2+8x-16' my code below outputs [6, 8] as the coefficients o… Read more Calculating The Coefficients Of A Differentiated Polynomial Using Re.compile And Searching In Python