Recent content by artiny

  1. A

    {statics} Kvartil (quartiles) why I didnt get right solution ?

    Homework Statement On this vector I didnt get the right answer: x = [ 5 8 10 11 137 ] [/B] q3: i = (p/100)*n = (75/100)*5 = 3.75 >> 4th in vector is 11 q1: i = (25/100)*5 = 1.25 >> 2nd is 8 in MATLAB is solution Homework EquationsThe Attempt at a Solution
  2. A

    MATLAB [Matlab] Which is the good solution My vs. School - curve fitting?

    somewho said that is more possible way to do the linearization...and what we did is not the same as Matlab makes ,...or I don't know what else..
  3. A

    MATLAB [Matlab] Which is the good solution My vs. School - curve fitting?

    Hy, I wonder which is the good solution for this problem: Nonlinear least square problem: function: y = x / (a + b.x) linearization: 1/y = a/x + b substitution: v = 1/y , u = 1/x >> model v = b + a.u What we did in school: x = [1 2 4 7]; y = [2 1 0.4 0.1]; v=1./y; u=1./x; n = length(x)...
  4. A

    How to do Linearization for Non-linear least squares?

    Hy I want to know how to make linearization for some function,...what should by in Non-linear least squares problems. In my book I have only this example how to do: http://i.imgur.com/MUFiHkr.pngSomeone could me help how to do, some receipt of method what I need to do? Non-linear least...
  5. A

    YouTube chanel -wich is best examples,explaination for understandig?

    Hy I would like ask you what is your favorite,which is the best for study,..understanding the examples for physics 2 (electromagnetism)
Back
Top