Skip to content

Another Rust library to computationally solve ODEs

Notifications You must be signed in to change notification settings

AriYoung00/diffy-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffy-queue

Another Rust library to computationally solve ODEs.

Thus far, have implemented Euler's method and Runge-Kutta 4th order. Here is an example graph for dx/dt = tx comparing the output of Euler's method and RK4 with the actual solution to this differential equation, x(t) = e^(0.5 * t^2):

Example Graph

About

Another Rust library to computationally solve ODEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages