SciML/ModelingToolkit.jl

Differential Equation Function Transformations

オープン

#141 opened on 2019/05/29

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)Julia (263 件のフォーク)batch import
good first issuetransform

Repository metrics

Stars
 (1,658 個のスター)
PR merge metrics
 (平均マージ 2d) (30d で 90 merged PRs)

説明

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.

コントリビューターガイド