SciML/ModelingToolkit.jl

Differential Equation Function Transformations

Offen

#141 geöffnet am 29.05.2019

 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Julia (263 Forks)batch import
good first issuetransform

Repository-Metriken

Stars
 (1.658 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T) (90 gemergte PRs in 30 T)

Beschreibung

Basic things like http://www.math.mcgill.ca/jakobson/courses/ma261/lecture5.pdf

This can really help enforce conditions like non-negativity since if your space doesn't allow it, then the numerical solver can guarantee it won't happen if it solves for exp(x) instead of x.

Contributor Guide