User: gdsturgill

  • Public profile

User profile: gdsturgill

User info
User name:gdsturgill
History
Joined:
Number of posts:12
Latest posts:

Simpson's Method not producing correct results
Good call on checking the function. I didn't realize that it increased sharply starting,at about x=5...

Simpson's Method not producing correct results
Hi, everyone! I am trying to create a function that calculates an integral using Simpson's compos...

-nan(ind)?
I also tried implementing a condition for equation == 0, but the same problem is still happening

-nan(ind)?
[code]float equation(float value) { float output; output = 2 * (value * value) - 8; //Equation th...

-nan(ind)?
So I'm writing a program that demonstrates Newton's method to find a root of an equation. It outputs...

This user does not accept Private Messages