ubsuny / 23-Homework6G3

This is the main repository for 23-Homework6G3 involving calculus.
https://github.com/ubsuny/23-Homework6G3
Apache License 2.0
0 stars 7 forks source link

compare accuracies in task 2 #39

Open s4il3sh opened 10 months ago

s4il3sh commented 10 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?

Pranjal-Srivastava-2023 commented 10 months ago

Try using: Percentage Error= [(True Value−Calculated Value) / True Value]×100%

AhmedCode99 commented 10 months ago

Good luck, let me know if you need help

Pranjal-Srivastava-2023 commented 10 months ago

@s4il3sh The deadline is today at 2 pm. Please let us know if you need help.

reshnashrestha commented 10 months ago

I guess he is done.

s4il3sh commented 10 months ago

Try using: Percentage Error= [(True Value−Calculated Value) / True Value]×100%

I tried this way at first but it threw out errors when the true value is zero. so i tried to find accuracies in different way. you may check rootfinding.efficiency() function.