Skip to content

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

Notifications You must be signed in to change notification settings

sckwokyboom/Computational-Math-Labs

Repository files navigation

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).