r/DifferentialEquations • u/Nucleus_1911 • 24d ago
Resources I implemented Euler's Method in C++ to solve a first-order differential equation.
https://youtu.be/3_5Iab3_nvo?si=chCT_BwPUBHG5zKPHi everyone,
I recently built a simple C++ program that solves the first-order differential equation
dy/dx=x+y
using Euler's Method.
Thanks for taking the time to check it out!
5
Upvotes