ubsuny / 23-Homework6G5

MIT License
0 stars 8 forks source link

Root finding #21

Open tirthbha opened 11 months ago

tirthbha commented 11 months ago

Which algorithms have you used to find roots? Can we use Bisection and Newton-Raphson method to find roots?

pratibha77118 commented 11 months ago

I think we are supposed to use these methods to find roots as professor discussed about these methods on lecture too.

WildJimmy commented 11 months ago

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

poojashresthacode commented 11 months ago

Hope you have got the answer @tirthbha

sharmistharanit commented 11 months ago

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?

Pranjal-Srivastava-2023 commented 11 months ago

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.

LinxuanHu commented 11 months ago

which method did you use