User: cygh

  • Public profile

User profile: cygh

User info
User name:cygh
History
Joined:
Number of posts:5
Latest posts:

riemann sums in c++
i took my taylor series expansion from wolframalpha here http://www.wolframalpha.com/input/?i=taylo...

riemann sums in c++
"For your problem u = -(X^2)/2 though" i dont think it should be divided by 2 unless i am missing s...

riemann sums in c++
yeah i added i *sections on lines 7/18 it fixed the issue i had at the time with diffrent numbers of...

riemann sums in c++
basically we got a function, e^(-1(x)^2) for -3 to 3. we have to evaluate this function using exp b...

riemann sums in c++
[code]void float_Exp (int maxiter) { float sections = 6.0/maxiter, total=0.0, maxitercopy=maxiter;...

This user does not accept Private Messages