ubsuny / 23-Homework6G4

Apache License 2.0
0 stars 11 forks source link

Root finding #32

Closed tirthbha closed 10 months ago

tirthbha commented 10 months ago

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

sharmistharanit commented 10 months ago

I will use the bisection method. I have not decided the other one.

sharmistharanit commented 10 months ago

Which methods are you using? @tirthbha

tirthbha commented 10 months ago

@sharmistharanit I have tried with both methods.

sharmistharanit commented 10 months ago

Thanks for letting me know.