Abgabe Ordner erstellt.

This commit is contained in:
schrom01 2022-11-02 08:47:51 +01:00
parent a69573b5ad
commit 2500161fd1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -53,7 +53,7 @@ def fixpunkt(alpha):
return y
alphaList = np.array([0.25, 0.5, 0.75, 1.00, 1.25, 1.50, 1.75, 2.00, 2.25, 2.50, 2.75, 3.00]) # alpha anziehend
alphaList = np.array([0.25, 0.5, 1.00, 1.50, 2.00, 2.50, 3.00]) # alpha anziehend
alphaList = np.append(alphaList, [3.25, 3.5, 3.75, 4.0]) # alpha abstossend
k = np.arange(0.00, 4.00, pow(10, -2)) # x-Werte
for currentAlpha in alphaList: