Update README.md

This commit is contained in:
Riccardo 2015-02-10 21:52:09 +01:00
parent fed00ba7a7
commit 301ff7dcb0

View File

@ -1,9 +1,10 @@
# Runge-Kutta-Simulation # Runge-Kutta-Simulation
Runge Kutta 45 order simulation suite for Apple II machine in Aztec C Runge Kutta 4(5) order simulation suite for Apple II in Aztec C
* This work is based on 1999-2000 Thesis work of Greco Riccardo. * This work is based on 1999-2000 Thesis work of Greco Riccardo coded in ANSI C for x86 and DSP processor.
* It implement an Runge Kutta 4(5)^ order integration numerical method of differential equations set 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. by use of double precision floating point operation in Aztec C65 language.
* It allow to simulate different mathematical models such as: It allow to simulate different mathematical models such as:
* Resistance Capacitor electrical circuit, Direct Current electric motor, * Resistance Capacitor electrical circuit,
* Alternative Current three phase induction motor. * Direct Current electric motor,
* Alternating Current three phase induction motor.