I am working on a polynomial equation solver. It can solve upto 8th degree equations. I am currently just building the "light" mode and will add a neon dark mode later. It is for students who find it irritating like me to type everything into calc…
I am working on a polynomial equation solver. It can solve upto 8th degree equations. I am currently just building the “light” mode and will add a neon dark mode later. It is for students who find it irritating like me to type everything into calculator. It can solve and give both real and complex roots.
Remember :-it cannot take complex coefficients.
It is made using Durand-Kerner Method.
Use of pure html, css and javascript.
Hope you like it.
Used for Chatgpt to refer to help me with script file where i was stuck. Also to recommend some good font sizes and matching color themes for css.