... | ... | @@ -656,7 +656,7 @@ def main_without_a_table_flip(): |
|
|
print(f"| {num_points:>16} | {integral_result:^20.8f} |")
|
|
|
```
|
|
|
|
|
|
In CS 417/517 (Computational Methods) I used this example to demonstrate a few
|
|
|
In CS 417/517 (Computational Methods) I use this example to demonstrate a few
|
|
|
things... including how the number of points used to approximate the integral
|
|
|
can increase the accuracy of the estimate.
|
|
|
|
... | ... | |