From 1846ca87edd675161af21832622542807a24943e Mon Sep 17 00:00:00 2001 From: Andrew Cumming Date: Wed, 20 Sep 2023 11:30:46 -0400 Subject: [PATCH] Updates integration.md --- integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration.md b/integration.md index 20506b4..a989847 100644 --- a/integration.md +++ b/integration.md @@ -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.