aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/estimates.py
diff options
context:
space:
mode:
authortschwall <55748566+tschwall@users.noreply.github.com>2022-08-06 16:30:24 +0200
committertschwall <55748566+tschwall@users.noreply.github.com>2022-08-06 16:30:24 +0200
commit6db1a91db25b590e4c1aff3d080c30473e4d8f69 (patch)
tree54fb29d5a4e54d2637341fdcce06631d85bc1951 /buch/papers/laguerre/scripts/estimates.py
parentM (diff)
parentMerge pull request #39 from NaoPross/master (diff)
downloadSeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.tar.gz
SeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.zip
Change
Diffstat (limited to 'buch/papers/laguerre/scripts/estimates.py')
-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)