| Author |
Comment/Response |
Andrew
|
12/31/08 7:05pm
Here is my input:
DSolve[{x''[t] == f/(w - b t) - g m / x[t] ^ 2, x[0] == r,
x'[0] == 0}, x, t]
Here is the error message:
VectorQ::argt: VectorQ called with 5 arguments; 1 or 2 arguments are expected.
What am I doing wrong?
URL: , |
|