Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 324 Bytes

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