Hi all,
Are there any python modules which contain functions for getting the roots of a quartic (degree 4) polynomial? I don't think NumPy has anything like it, and I really don't want to enter the equations in by hand.
Thanks.
Hi all,
Are there any python modules which contain functions for getting the roots of a quartic (degree 4) polynomial? I don't think NumPy has anything like it, and I really don't want to enter the equations in by hand.
Thanks.
Couldn't find anything.
Is there a reason you wouldn't want to use Newton's Method to approximate a solution?
Jeff
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.