SciML/ModelingToolkit.jl

Differential Equation Function Transformations

Ouverte

#141 ouverte le 29 mai 2019

 (2 commentaires) (1 réaction) (0 personne assignée)Julia (263 forks)batch import
good first issuetransform

Métriques du dépôt

Stars
 (1 658 étoiles)
Métriques de merge PR
 (Merge moyen 2j) (90 PRs mergées en 30 j)

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.

Guide contributeur