aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/rel_error_range.py
diff options
context:
space:
mode:
authorPatrik Müller <patrik.mueller@ost.ch>2022-07-15 11:40:55 +0200
committerPatrik Müller <patrik.mueller@ost.ch>2022-07-15 11:40:55 +0200
commit3cb2fa354f814fa98474610dac744281285dafc6 (patch)
treeeecf8ed0e258f58670213f97dc469509e128ae10 /buch/papers/laguerre/scripts/rel_error_range.py
parentCorrect Makefile, add text to gamma.tex, separate python-scripts for each image (diff)
downloadSeminarSpezielleFunktionen-3cb2fa354f814fa98474610dac744281285dafc6.tar.gz
SeminarSpezielleFunktionen-3cb2fa354f814fa98474610dac744281285dafc6.zip
First version of section 'Gauss Quadratur', fix to gamma_approx.py when z=0
Diffstat (limited to '')
-rw-r--r--buch/papers/laguerre/scripts/rel_error_range.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/rel_error_range.py b/buch/papers/laguerre/scripts/rel_error_range.py
index 7d017a7..7c74d76 100644
--- a/buch/papers/laguerre/scripts/rel_error_range.py
+++ b/buch/papers/laguerre/scripts/rel_error_range.py
@@ -5,7 +5,7 @@ if __name__ == "__main__":
import gamma_approx as ga
- N = 1000
+ N = 1001
xmin = -5
xmax = 5
ns = np.arange(2, 12, 2)