moved aufgabenblatt_5_3.py in analysis

This commit is contained in:
git-sandro 2025-11-01 16:59:44 +01:00
parent 6a266ebee1
commit 009673461b
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ mpl.rcParams["font.family"] = "serif"
# Parameter # Parameter
x_0 = 0 x_0 = 0
x_E = 4 x_E = 4
N = 201 N = 203
lw = 3 lw = 3
fig = 1 fig = 1
@ -54,4 +54,5 @@ plt.xlabel(r"$x$")
plt.ylabel(r"$y$") plt.ylabel(r"$y$")
plt.legend() plt.legend()
plt.grid(visible=True) plt.grid(visible=True)
plt.axis("image") plt.axis("image")
# %%