Skip to content

danielhstahl/second_order_ode_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Codecov
lin-badge cov-badge

ODE Solver for second order differential equations

This repository can solve second order ODEs: h(x)f''(x)+g(x)f'(x)+c(x)f(x)=0. The user must specify

  • the functions h(x), g(x), and c(x)
  • two boundary conditions (at f(xmin) and f(xmax)).
  • the domain of x (xmin and xmax)
  • the number of discrete points to evaluate the function at.

Releases

No releases published

Packages

No packages published

Languages