proxy.golang.org : github.com/soypat/godesim
Package godesim can be described as a simple interface to solve a first-order system of non-linear differential equations which can be defined as Go code. Below is an example of Eventer implementation. `TypicalEventer` implements godesim's Eventer interface. Solve a stiff equation problem using the Newton-Raphson method. Equation being solved taken from https://en.wikipedia.org/wiki/Stiff_equation Do note that the accuracy for stiff problems is reduced greatly for conventional methods. Solves a simple system of equations of the form
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/soypat/godesim
Keywords:
differential-equations
, dormand-prince
, golang
, initial-value-problem
, ivp
, newton-raphson-multivariable
, ode
, ode-solver
, runge-kutta
, runge-kutta-fehlberg
, simulation
License: BSD-3-Clause
Latest release: over 3 years ago
First release: almost 5 years ago
Namespace: github.com/soypat
Stars: 21 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago