How can i solve a differential equations with applying c++.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i solve a differential equations with applying c++.?

C++

7th Aug 2019, 8:04 AM
narayan kumar
narayan kumar - avatar
2 Answers
+ 5
Perhaps by using a library or by implementing matrix operations and linear algebra techniques in C++.
7th Aug 2019, 8:38 AM
Sonic
Sonic - avatar
+ 3
Use Numerical methods for differential equations. Such as Runge-Kutta 4th Order Method ,Euler Method.we can easily implement these methods by the help of c++. https://www.geeksforgeeks.org/euler-method-solving-differential-equation/
7th Aug 2019, 2:05 PM
RED MARKER
RED MARKER - avatar