Recent content by gob71

  1. G

    MATLAB MATLAB Diff EQ Help: Solve ODE for b=0, b=2, b=8, b=10 & k(t)=16e^-LT

    matlab blows a big one, heck i even like maple more...this thing is killin me and we are about to go nuts
  2. G

    MATLAB MATLAB Diff EQ Help: Solve ODE for b=0, b=2, b=8, b=10 & k(t)=16e^-LT

    your right, the intial conditions are x(0)=1, x'(0)=0 the first answer is solved...we are having problems with #2 or m file looks something like this function out=spring2(t,u) global l m b k out(1)= u(2); out(2)= 16 exp(-l*t) out=out'; trying to run it it gives us u is...
  3. G

    MATLAB MATLAB Diff EQ Help: Solve ODE for b=0, b=2, b=8, b=10 & k(t)=16e^-LT

    I am new to MATLAB and need help with a problem. we have tried several different methods and each time can't make sense of what is going on wrong " A mass spring motion is governed by the ordinary differential equation m(dx^2/dt^2) + b(dx/dt) + kx=F(t) , where m is the mass, b is the...
Back
Top