Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~71 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for DilanShah

I have tried several things, but I just can't work out how to do this, so perhaps someone could help me here. This is an example taken from [url]http://www.gnu.org/software/gsl/manual/html_node/ODE-Example-programs.html[/url] on how to carry out integrals. [CODE] #include <stdio.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_odeiv.h> int func (double t, const double …

0
71