Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the programming of a script to calculate the solutions of quadratic equations in the form Ax^2 + Bx + C = 0. It explains how to calculate square roots and squares in Python, and provides a step-by-step guide on how to handle different cases when solving quadratic equations.