Hi Leute,
könnte mir jemand ein Python-Package für Variationsrechnung (https://de.wikipedia.org/wiki/Variationsrechnung) empfehlen bzw weis von der Existenz von Einem?
Ich konnte dazu online leider nichts finden.
Viele Grüße
NPC
Variationsrechnung
- __blackjack__
- User
- Beiträge: 14336
- Registriert: Samstag 2. Juni 2018, 10:21
- Wohnort: 127.0.0.1
- Kontaktdaten:
Also direkt im Package-Index findet man https://pypi.org/project/calculus-of-variations/ und https://pypi.org/project/cva/
„Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.“ — Brian W. Kernighan
In der Praxis auch beliebt ist die SymPy-Lib (symbolisch-numerisch)
Standardsachen wie Euler-Lagrange etc. funktionieren gut..
https://docs.sympy.org/latest/modules/c ... index.html
Standardsachen wie Euler-Lagrange etc. funktionieren gut..
https://docs.sympy.org/latest/modules/c ... index.html
