From 0cde4e1e429579dac28a705b62e3e6f35810cf07 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Sat, 21 Feb 2015 17:49:39 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a89563..73190f3 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Runge Kutta 4(5) order simulation suite for Apple II in Aztec C 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. -* + # Snapshots