BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

propagate uncertainty for non-linear systems #84

Open mikofski opened 7 years ago

mikofski commented 7 years ago

If equations (or systems of equations) are non-linear or implicit, IE: they can't be solved analytically , how will uncertainty be propagated?

Assuming non-linear equations are written as residuals:

EG 1: non-linear function

EG 2: non-linear and implicit

EG 3: non-linear and implicit with extra terms

idea 1

idea 2