Recent content by uaeXuae

  1. U

    MATLAB Solving Heat Transfer Problem Node Analysis using Matlab

    Can anyone help me solve this problem please ? http://www.hostdump.com/host/out.php/i18940_1.jpg
  2. U

    MATLAB Matlab Help needed that will allow you to compute the flow

    OK i understand all the equations now but when i find the values of C1 & C10 i won't be able to because i don't have the values of L1 & L 10 although L1 = L10 shall i assue a value ? How can i use "fsolve"
  3. U

    MATLAB Using quadratic interpolation in matlab how ?

    Anyone please help me submission is tommrow
  4. U

    Solving a quadratic Lagrange interpolant , How ?

    Anyone please help me submission is tommrow
  5. U

    MATLAB How Can We Celebrate Life Through Dance?

    Anyone please help me submission is tommrow
  6. U

    MATLAB Matlab Help needed that will allow you to compute the flow

    Anyone please help me submission is tommrow
  7. U

    MATLAB Matlab Help needed that will allow you to compute the flow

    May you also what C represents ? And The last four lines specifically :- dp_all=dp1+dp2+dp3 dp2=dp3+dp4+dp9 dp4=dp5+dp6+dp8 dp6=dp7 I don't understand them. I tried applying the nodal anaylsis but it seems not to work how did you work those equations out ?
  8. U

    MATLAB Matlab Help needed that will allow you to compute the flow

    WOW what a valuable POST THANX! Regarding the Q's: Q1=Q2+Q3 Q3=Q4+Q5 Q5=Q6+Q7 Q1=Q10 Q3=Q9 Q5=Q8 This is more like applying Nodal analysis ; reminds me of Current in = Current out. Which i understand. Those three i still don't get : Q1=Q10 Q3=Q9 Q5=Q8 Also Regarding...
  9. U

    MATLAB Expanding a number in matlab and getting rid of e+003 how ?

    Anyone please ? I have to submit this in 2 days please help...
  10. U

    MATLAB How Can We Celebrate Life Through Dance?

    Anyone please ? I have to submit this in 2 days please help...
  11. U

    Solving a quadratic Lagrange interpolant , How ?

    The value 26m/s is obtained twice First interval: 15 -18 Second Interval: 18-22 So i should be getting two answers is that so ?
  12. U

    MATLAB Using quadratic interpolation in matlab how ?

    In addition to what i posted: Ok now i can see i figured out the answer But what does not makes sense to me is that the velocity 35m/s is obtained twice between 18 & 22 seconds , 22 & 24 seconds. ! So theoretically i should be having 2 answers. Is there a Physical meaning of why I am having...
  13. U

    MATLAB Using quadratic interpolation in matlab how ?

    Found it finally : http://img507.imageshack.us/img507/2144/partcns7.jpg This line basically i don't understand:- p(3)=p(3)-35 Why minus ? I ued trial and error so i don't really know how i got it. May anyone explain please ?
  14. U

    Solving a quadratic Lagrange interpolant , How ?

    Anyone please ? I have to submit this in 2 days please help... My attempt is as follows v(15)=a0+a1(t)+a2(t)=24 a0+a1(15)+a2(15)^2=24 v(18)=a0+a1(t)+a2(t)=37 a0+a1(18)+a2(18)^2=37 v(22)=a0+a1(t)+a2(t)=25 a0+a1(22)+a2(22)^2=25 I then wrote it in the Matrix Form a=[1 15...
Back
Top