Meine alten Sachen aus RALV
This commit is contained in:
6
Numerische_Integration/rk_DGL_1Ordnung.py
Normal file
6
Numerische_Integration/rk_DGL_1Ordnung.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import num_int_runge_kutta as rk
|
||||
|
||||
f = lambda xi, yi: xi + yi
|
||||
|
||||
funktionswerte = rk.verfahren([f], [0, 0], 1, 5)
|
||||
print(funktionswerte)
|
||||
Reference in New Issue
Block a user