Runge-Kutta-Simulation/README.md

10 lines
532 B
Markdown
Raw Normal View History

2015-02-10 16:08:21 +00:00
# Runge-Kutta-Simulation
Runge Kutta 45 order simulation suite for Apple II machine in Aztec C
2015-02-10 16:38:28 +00:00
* This work is based on 1999-2000 Thesis work of Greco Riccardo.
* It implement an Runge Kutta 4(5)^ order integration numerical method of differential equations set
* by use of double precision floating point operation in Aztec C65 language.
* It allow to simulate different mathematical models such as:
* Resistance Capacitor electrical circuit, Direct Current electric motor,
* Alternative Current three phase induction motor.