Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

pablomiralles22/numerical-ode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Numerical methods for Ordinary Differential Equations

This library was built for a university class. The teacher's contribution is acknowledged in the files that have he's name commented.

Some implemented functionality:

  • Solutions are lists of points, but you can evaluate anywhere you want. This is implemented using interpolation between each pair of points, and the order of the interpolation matches the order of the method used.
  • The user can create an event, with a test function and an action.

About

Java library for different numerical algorithms for solving ordinary differential equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages