Skip to content

alcamiz/OpManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpManager

A java library and CLI interactive program for parsing and solving first order differential equations through numerical methods.

Developed throughout 2020 - 2021.

Features

  • Top-down recursive parser with support for most basic arithmetic operations and functions.
  • Multiple built-in procedure for solving parsed equations (Euler, Runge-Kutta, etc).
  • Different procedure implementations for user flexibility.

Compiling

You should have a JDK distribution installed in your system in order to compile, and javac/jar should be runnable from the command line

git clone https://github.com/alcamiz/DiffEq
cd DiffEq
mkdir build
make

The jar executable should be located in the build folder, under the name release.jar.

License

GNU GPLv3 Image

OpManager is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

A differential equation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors