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

Skip to content

A javascript package that can find approximate solutions of Ordinary Differential Equations (ODEs) using a Runge-Kutta method.

Notifications You must be signed in to change notification settings

andypea/runge_kutta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runge Kutta

A javascript package that can find approximate (numerical) solutions of Ordinary Differential Equations (ODEs) using a Runge-Kutta method.

The specific Runge-Kutta method to use is specified by a Butcher Tableau. As the package is not restricted to a single Runge-Kutta method, the method used can change adaptively as the solution is evolved.

About

A javascript package that can find approximate solutions of Ordinary Differential Equations (ODEs) using a Runge-Kutta method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published