mirror of
https://github.com/vale981/phys512
synced 2025-03-04 09:11:37 -05:00
Updates integration.md
This commit is contained in:
parent
8bd696bac9
commit
1846ca87ed
1 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,9 @@ For Gaussian quadrature, try both Gauss-Hermite and Gauss-Laguerre. Which one is
|
|||
|
||||
## Further reading
|
||||
|
||||
- Overview of [`scipy.intgerate'](https://docs.scipy.org/doc/scipy/tutorial/integrate.html)
|
||||
- Integration methods are covered in Chapter 7 of Gezerlis.
|
||||
|
||||
- Overview of [`scipy.integrate'](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