SciML/ModelingToolkit.jl
Differential Equation Function Transformations
Aberta
#141 aberto em 29 de mai. de 2019
good first issuetransform
Métricas do repositório
- Stars
- (1.658 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d) (90 fundiu PRs em 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.