Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please help. I want solve a differential problem with c++ or matlab gui. How can I do ?
Posted

1 solution

Assuming you want to use numerical methods:
The Matlab documentation covers the argument: "Numerical Integration and Differential Equations"[^].
Just Googling you may find some numerical libraries for C/C++ (see, for instance, "Ordinary Differential Equations"[^] in GNU GSL).
You may also find many books addressing this very topic (see, for instance "Numerical Recipes in C++"[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Jan-15 17:13pm    
Too big topic to consider the question seriously in the Quick Questions & Answers forum, but it's okay for starting, 5ed.
I would also point out that Matlab is about symbolic mathematics, so, for relatively simple equations, analytic solutions can also be possible.
—SA
Frankie-C 22-May-15 13:08pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900