SciML/ModelingToolkit.jl
View on GitHubDifferential Equation Function Transformations
Open
#141 opened on May 29, 2019
good first issuetransform
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.