Open tirthbha opened 11 months ago
I think we are supposed to use these methods to find roots as professor discussed about these methods on lecture too.
We're supposed to use any two methods from this file https://github.com/ubsuny/CompPhys/blob/main/Calculus/rootfinding.py. I personally chose root_simple and root_secant
Hope you have got the answer @tirthbha
I have seen group 1,2 and 3 wrote several methods for root finding in calculas.py. Do we need all of them or just two?
I have seen group 1,2 and 3 wrote several methods for root finding in calculas.py. Do we need all of them or just two?
Any two are fine.
which method did you use
Which algorithms have you used to find roots? Can we use Bisection and Newton-Raphson method to find roots?