ubsuny / 23-Homework6G2

Apache License 2.0
0 stars 9 forks source link

compare accuracies in task 2 #32

Closed s4il3sh closed 9 months ago

s4il3sh commented 9 months ago

How did you compare accuracies in task 2? Do we have to compare the simple roots function with outputs of other functions or use the accurate value to compare?

tirthbha commented 9 months ago

@s4il3sh Which methods have you used to find roots?

s4il3sh commented 9 months ago

I am planning to use root_simple and root_tangent functions. Which task are you doing?

reshnashrestha commented 9 months ago

Aren't we suppose to implement all functions provided in the comphys rootfinding.py

tirthbha commented 9 months ago

@s4il3sh root_tangent is more simplest form, however I got some error with root_simple function. Hope it will work in your case.

tirthbha commented 9 months ago

@reshnashrestha I think we need to choose any two of them.

reshnashrestha commented 9 months ago

Oh okay then.

AhmedCode99 commented 9 months ago

Yes, I think we need to choose any two of them and plot the answer