News

This study aims to provide a comprehensive overview of the role of quadratic polynomials in data modeling and analysis, particularly in representing the curvature of natural phenomena. Methods We ...
Problem Statement Develop a Python program that calculates the roots of a quadratic equation of the form: [ ax^2 + bx + c = 0 ] where ( a ), ( b ), and ( c ) are coefficients provided by the user.
In this repository, I publish the Python code of the factorization algorithm designed in my master thesis. This algorithm leverage the properties of continued fractions and quadratic forms. It has as ...