Forum: C++ Aug 11th, 2004 |
| Replies: 2 Views: 5,137 Okay, so I think the if statements in Derivs are giving me the appropriate values, but when I try to run the program, I am getting a value that is slightly higher. I was told there should be some... |
Forum: C++ Aug 11th, 2004 |
| Replies: 2 Views: 5,137 Hi,
I have this monster program. But, mostly I need help in Main and in Derivs. I know some is written in a juvenille form, but I'm not a C++ student!
I have defined all these arrays in the... |
Forum: C++ Jul 29th, 2004 |
| Replies: 1 Views: 7,804 Hi,
I'm trying to run this short code and when it prints out i get about 20 of these "pow: DOMAIN error" messages, and then my results. Can anyone shed any light on this. I'm not acutally a... |
Forum: C++ Jul 19th, 2004 |
| Replies: 6 Views: 24,979 Thanks, I'll try and integrate this into my monster program. |
Forum: C++ Jul 19th, 2004 |
| Replies: 6 Views: 24,979 I need to write a program which will execute a factorial, but with an upper and lower bound. Here's what I've written, but it's not working. I keep getting an error message on the for command with... |
Forum: C++ Jul 14th, 2004 |
| Replies: 1 Views: 3,618 I'm trying to write a program to do a Runge-Kutta algorithm for a complicated Norberg ODE, but two of my equations involve summations over small intervals (0 to 3) and summations of combinations.
... |