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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
When you pass a simple quadratic eqation like 2x^2 - 3x = 35 to the solveEquation function it just throws an error. Math error: No term with symbol: x, returning no steps
The text was updated successfully, but these errors were encountered:
Hi there. I was hoping to contribute some code to solving quadratic equations for this project, but I was wondering what language it is all written in? Is it javascript?
@mathematiCode if you can't recognize JavaScript, you'd better learn it before contributing 😂.
Also, I guess that solving quadratic equations shouldn't be too hard to implement, as you only have to transpose the equation to a polynomial, and then just apply the quadratic formula.
When you pass a simple quadratic eqation like
2x^2 - 3x = 35
to the solveEquation function it just throws an error.Math error: No term with symbol: x, returning no steps
The text was updated successfully, but these errors were encountered: