aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/estimates.py
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-07-23 18:57:02 +0200
committerGitHub <noreply@github.com>2022-07-23 18:57:02 +0200
commitdd328913befd9014775a1b6d9f9374303f9c44ed (patch)
treeb45cb1805d7e26491f7ced7c9bd2379ecfc8bf6b /buch/papers/laguerre/scripts/estimates.py
parentMerge pull request #25 from JODBaer/master (diff)
parentRestruct paper, correct typos, add positive conclusion, add more citations an... (diff)
downloadSeminarSpezielleFunktionen-dd328913befd9014775a1b6d9f9374303f9c44ed.tar.gz
SeminarSpezielleFunktionen-dd328913befd9014775a1b6d9f9374303f9c44ed.zip
Merge pull request #26 from p1mueller/master
Verbesserung Laguerre
Diffstat (limited to '')
-rw-r--r--buch/papers/laguerre/scripts/estimates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/estimates.py b/buch/papers/laguerre/scripts/estimates.py
index 21551f3..1acd7f7 100644
--- a/buch/papers/laguerre/scripts/estimates.py
+++ b/buch/papers/laguerre/scripts/estimates.py
@@ -15,7 +15,7 @@ if __name__ == "__main__":
)
N = 200
- ns = np.arange(2, 13)
+ ns = np.arange(1, 13)
step = 1 / (N - 1)
x = np.linspace(step, 1 - step, N + 1)