How can I approximate a cubic root?
I have to do a maths exercise that requires me to frame √3 with an amplitude of 10^-5.
Using the sweep method and Python.
I’m French so I don’t know if “sweep” is the right word.
Earlier in the exercise, I was given some hints:
√3 is a solution of the equation x^2 – 3 = 0
and I need to reach the point where x*y is negative
So I tried this:
How can I approximate a cubic root?
I have to do a maths exercise that requires me to frame √3 with an amplitude of 10^-5.
Using the sweep method and Python.
I’m French so I don’t know if “sweep” is the right word.
Earlier in the exercise, I was given some hints:
√3 is a solution of the equation x^2 – 3 = 0
and I need to reach the point where x*y is negative
So I tried this: