SciML/ModelingToolkit.jl
Differential Equation Function Transformations
Open
#141 opened on May 29, 2019
good first issuetransform
Repository metrics
- Stars
- (1,658 stars)
- PR merge metrics
- (Avg merge 2d) (90 merged PRs in 30d)
Description
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.