moved aufgabenblatt_5_3.py in analysis
This commit is contained in:
parent
6a266ebee1
commit
009673461b
@ -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
|
||||||
|
|
||||||
@ -55,3 +55,4 @@ plt.ylabel(r"$y$")
|
|||||||
plt.legend()
|
plt.legend()
|
||||||
plt.grid(visible=True)
|
plt.grid(visible=True)
|
||||||
plt.axis("image")
|
plt.axis("image")
|
||||||
|
# %%
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user