Posts by Lucas Juvencio • 1 point
1 post
-
0
votes0
answers70
viewsQ: If running under false condition
Hello, I started today with python. I’m making an algorithm that returns the root of a polynomial (2x -4) by the bisection method: The methods I will use in the main function (biseccon). Since [a.…