ubsuny / 23-Homework6G2

Apache License 2.0
0 stars 9 forks source link

A suggestion on getting a faster answer while using simpson() #69

Open AhmedCode99 opened 8 months ago

AhmedCode99 commented 8 months ago

Instead of integrating $f(x)$, we can instead expand $f(x)$ to the third power, and then integrate that polynomial. Which may give you a worse approximation, but I believe it will save us time, right?