sckwokyboom / Computational-Math-Labs

My completed laboratory assignments in the subject "Computational Mathematics" at NSU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational-Math-Labs

My completed laboratory assignments in the subject "Computational Mathematics" at NSU.


Bisection Method

This program finds the roots and their multiplicities of a cubic equation of the form: x³ + bx² + cx + d = 0 using the bisection method (sequential division of segments in half).