PolyRoot banner

PolyRoot

4 devlogs
1h 49m 59s

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.

This project uses AI

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.

Demo Repository

Loading README...

sleepymon

Shipped this project!

Hardest part was understanding the math behind js. But it all worked well.

sleepymon

Completed it! Also added a dark theme for v2.0.

Attachment
0
sleepymon

Mostly completed the static part of the page. Left to add the static button along which completing the js file to connect the coefficients to “eq” div(where eqn will develop). Also left to do the main part. CALCULATION!!

Attachment
0
sleepymon

Added the option to choose UPTO DEGREE 8. Still working on how to add powers b/w nth and 0 power in script file. Also added select and hover css to match the vibe. Thinking of changing name of project and opacity of holder of equation.

Attachment
0
sleepymon

I worked on creating the background page, heading- PolyRoot. Also added a notebook like feel using linear gradient to feel like writing on a notebook.

Attachment
0