Skip to content

haasal/diff-solver-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numeric Integrator in vanilla rust

This is a custom made numeric integrator for differential equations of one variable in any form (I think).

Running

Use the examples as a reference. To plot the data.dat simply use matplotlib or using gnuplot:

cargo run --example integration
gnuplot -p -e "plot 'data.dat' every 500 with lines"

Usage

You have to be very careful with your input and your starting parameter. Otherwise you will get trash out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages