blckwtr
Mechanical
- Oct 30, 2006
- 204
I get an error message telling me I have too many equations in the solve block. I tried to use the Odesolve function. Is there another solution for my problem?
example:
Given
m*x''(t)+c*(x'(t))^2+k*x(t)=0
x(0)=0 x(0)=5
x:=Odesolve(t,2)
example:
Given
m*x''(t)+c*(x'(t))^2+k*x(t)=0
x(0)=0 x(0)=5
x:=Odesolve(t,2)