Recent content by TurboRegal

  1. T

    MATLAB 2nd Order Non-Linear ODE in MATLAB Issues

    Fixing a few small errors in my stupid code... %Finding the final constants... phi = -LHS1 phi2 = -LHS2 constant = RHS + LHS1*Tinf + LHS2*Tinf^4 I think that's all I changed... Nets me: http://img292.imageshack.us/img292/453/18650296io7.jpg...
  2. T

    MATLAB 2nd Order Non-Linear ODE in MATLAB Issues

    Hey everyone, Having some trouble here using the solver we were supplied and modifying it to fit our problem... I have a wire with a current flowing through it. I'm trying to find the temperature distribution wrt. position in the wire. BV's are: T(x=L/2) = 300K dT/dx (x=0) = 0 (Apparently...
Back
Top