From 301ff7dcb0a1f9232ba1d3b7ccdb80a6cb9be28a Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 10 Feb 2015 21:52:09 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 927ccf9..00e43fd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # 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. -* 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. +* 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 +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, +* Alternating Current three phase induction motor.