SciML/ModelingToolkit.jl

Differential Equation Function Transformations

开放

#141 创建于 2019年5月29日

 (2 条评论) (1 个反应) (0 位负责人)Julia (263 个派生)batch import
good first issuetransform

仓库指标

星标
 (1,658 个星标)
PR 合并指标
 (平均合并 2天) (30 天内合并 90 个 PR)

描述

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.

贡献者指南