MervsSolver
10 years agoProvided WinForms user interface. master
Pat Thoyts [Sat, 9 Aug 2014 13:08:14 +0000 (14:08 +0100)]
Provided WinForms user interface.

Converted the console mode version into a standard WinForms UI with a
custom plotting usercontrol.
Support for working in Visual Studio.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
10 years agoRefactored into more modern coding style.
Pat Thoyts [Tue, 5 Aug 2014 14:54:11 +0000 (15:54 +0100)]
Refactored into more modern coding style.

Eliminated all the goto statements while maintaining passing
the regression test.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
10 years agoC# port of the BASIC second-order non-linear equation solver.
Pat Thoyts [Tue, 5 Aug 2014 14:03:19 +0000 (15:03 +0100)]
C# port of the BASIC second-order non-linear equation solver.

Validated by running the original code on the VICE emulator. A unit test
compares the generated data against the emulator generated values.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
10 years agoSecond order non-linear equation solver in Commodore BASIC v3.5
Merv Hobden [Fri, 4 Aug 1989 09:00:00 +0000 (10:00 +0100)]
Second order non-linear equation solver in Commodore BASIC v3.5