You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python program that can parse, reduce, and solve polynomial equations of degree 2 or lower. Detecting the degree, and providing solutions based on the discriminant for quadratic equations
About
Python program that can parse, reduce, and solve polynomial equations of degree 2 or lower. Detecting the degree, and providing solutions based on the discriminant for quadratic equations