Recent content by patso29
-
P
MATLAB Solving a 2nd order ODE in MATLAB
so how would I solve for what values of B give the inital conditions?- patso29
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
MATLAB Solving a 2nd order ODE in MATLAB
yah i basically have to find when its overdamped, underdamped and critically damped... but I need to figure out how to do it in MATLAB, like plug it in and everything, do you know how to do that?- patso29
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
MATLAB Solving a 2nd order ODE in MATLAB
So I've been trying to figure this out for a while now and all my attempts have failed, like I tried using the command ODE45 but it did not work... this is the equation -> m(d^2x/dt^2) = −kx − β(dx/dt) I'm given that 2λ = β/m, and and ω^2 = k/m and I must solve for when λ^2 − ω^2 > 0 I...- patso29
- Thread
- 2nd order Matlab Ode
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX