ubsuny / 23-Homework6G2

Apache License 2.0
0 stars 9 forks source link

How did you determine the number of intervals while using adaptive_trapezoid()? #68

Open AhmedCode99 opened 8 months ago

tirthbha commented 8 months ago

@AhmedCode99 The adaptive_trapezoid function dynamically adjusts the number of intervals based on the convergence of the integral estimate towards a specified accuracy level. The number of intervals is initially low and doubling each time until the required accuracy is attained.