Open Sakuya-Izayoi opened 6 years ago
yup, quadratics aren't super well supported in mathsteps right now
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.
So any fork out there that supports quadratic equations by now?
Edit: Seems so: https://github.com/kemu-studio/mathsteps/blob/ce46d08aaffac60345bb9624275e21356739ed42/doc/20220426_forks_review.md?plain=1#L16
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