cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
c++
c++
Jun 1, 2014 at 7:02pm UTC
wolframe
(1)
Definition is integral[ f(x)*dx ]=10 range:(0-a) .... integral[ sqrt( 1+f'(x) ) ]=? How can we minimize this integral in C++ ;
Last edited on
Jun 1, 2014 at 7:03pm UTC
Jun 2, 2014 at 9:05am UTC
codewalker
(394)
For integrals in C++ you have to develop your own code or use a library which does it for you look
https://www.gnu.org/software/gsl/manual/html_node/index.html#Top
or here
http://www.holoborodko.com/pavel/numerical-methods/numerical-integration/
Topic archived. No new replies allowed.