crckrberries / quadrs

quadratic equation solver for school
1 stars 0 forks source link

Simplification mode for quadratic equations #2

Open lil-skelly opened 4 months ago

lil-skelly commented 4 months ago

Such mode will prove beneficial to all users of this tool, personally I've been asked to simplify a quadratic more times than I had to solve it. Simplification will be based upon current code as the steps only differ in how you use the value(s) of x (for ax^2 + bx + c where a != 0). Thats all, overall great tool and that would be a cool enhancement. Good job

crckrberries commented 4 months ago

this would require me to write a way to actually parse quadratic equations instead of requiring the user to write it in a very specific syntax, which i'm not able to do at the moment

ill return to this when i get good enough to do that

lil-skelly commented 4 months ago

Doesn't make sense to me. I meant taking a quadratic of form ax² + bx + c and converting it to ex. a(x - x1)(x - x2)