
Roots of Non-Linear Functions Solver
Software as a Service
NoCategory
Desktop Application DevelopmentClients
Confidential
Techstack
Python
Purpose
Numerical root-finding is a staple of engineering math, but a black box that only prints a final answer teaches nobody. The goal was a solver that shows its work, every iteration of the method, so students can watch it converge and trust the result.
Description
We built a tool that finds the roots of non-linear equations using iterative numerical methods, including one that handles complex roots. Users enter a function's coefficients, set how precise they want the answer, and the solver tabulates each step cleanly on its way to the solution. We packaged it as a standalone Windows program that runs without any setup, practical engineering software made genuinely usable.




