mirror of
https://github.com/vale981/phys512
synced 2025-03-04 17:11:42 -05:00
Adds further reading to integration.md
This commit is contained in:
parent
cd9f70322f
commit
8bd696bac9
1 changed files with 5 additions and 0 deletions
|
@ -165,6 +165,11 @@ For Simpson's rule you can use your own implementation from above or you could t
|
|||
For Gaussian quadrature, try both Gauss-Hermite and Gauss-Laguerre. Which one is best?
|
||||
```
|
||||
|
||||
## Further reading
|
||||
|
||||
- Overview of [`scipy.intgerate'](https://docs.scipy.org/doc/scipy/tutorial/integrate.html)
|
||||
|
||||
- [QUADPACK](https://en.wikipedia.org/wiki/QUADPACK) is the Fortran 77 library that is used by `scipy.integrate.quad` under the hood.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue