Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 167 Bytes

File metadata and controls

3 lines (3 loc) · 167 Bytes

euler_method

This C++ program provides a method to solve second-order differential equations known as the Euler method. Takes in initial conditions as a user input.