Abid Nadeem
Abid Nadeem
  • Видео 401
  • Просмотров 126 027

Видео

Lecture 2021 04 19 Step Size control Adaptive RK method
Просмотров 9023 года назад
Lecture 2021 04 19 Step Size control Adaptive RK method
Lecture 2021 04 16 System of ODEs and Adaptive RK methods
Просмотров 2223 года назад
Lecture 2021 04 16 System of ODEs and Adaptive RK methods
Lecture 2021 04 14 Runge Kutta Methods Order 2 and higher
Просмотров 5073 года назад
Lecture 2021 04 14 Runge Kutta Methods Order 2 and higher
Lecture 2021 04 12 Heun Method, Mid point method
Просмотров 1553 года назад
Lecture 2021 04 12 Heun Method, Mid point method
Lecture 2021 04 07 Euler's Method
Просмотров 1433 года назад
Lecture 2021 04 07 Euler's Method
Lecture 10 Project Manager
Просмотров 453 года назад
Lecture 10 Project Manager
Lab 2021 04 06 Newton's divided difference interpolating polynomial Lagrange polynomial MATLAB
Просмотров 1,8 тыс.3 года назад
Lab 2021 04 06 Newton's divided difference interpolating polynomial Lagrange polynomial MATLAB
Lecture 2021 04 06 Closing Projects Summary
Просмотров 253 года назад
Lecture 2021 04 06 Closing Projects Summary
Lecture 2021 04 05 Newton Cotes Integration formulas Part 3
Просмотров 2043 года назад
Lecture 2021 04 05 Newton Cotes Integration formulas Part 3
Lecture 09 Closing the Project
Просмотров 423 года назад
Lecture 09 Closing the Project
Lecture 2021 03 31 Newton Cotes Integration formulas Part 2
Просмотров 1553 года назад
Simpson's Rules
Lab 2021 03 30 Interpolation Trapezoidal Rule Simpsons Rule
Просмотров 1873 года назад
Lab 2021 03 30 Interpolation Trapezoidal Rule Simpsons Rule
Lecture 2021 03 30 Time Cost optimizations and PERT
Просмотров 1493 года назад
Lecture 2021 03 30 Time Cost optimizations and PERT
Lecture 8 Managing Risks
Просмотров 453 года назад
Lecture 8 Managing Risks
Lecture 2021 03 29 Newton Cotes Integration formulas Part 1
Просмотров 3493 года назад
Lecture 2021 03 29 Newton Cotes Integration formulas Part 1
Lecture 2021 03 19 Interpolation part 3 Splines
Просмотров 1083 года назад
Lecture 2021 03 19 Interpolation part 3 Splines
Lecture 2021 03 18 Risk Management in Project Scheduling with Simulation
Просмотров 1443 года назад
Lecture 2021 03 18 Risk Management in Project Scheduling with Simulation
Lecture 2021 03 17 Interpolation part 2
Просмотров 1243 года назад
Lecture 2021 03 17 Interpolation part 2
Lecture 2021 03 16 Project Evaluation under risk Simulation Tool
Просмотров 1413 года назад
Lecture 2021 03 16 Project Evaluation under risk Simulation Tool
Lab 2021 03 16 Linear Programming Sensitivity Analysis and MATLAB
Просмотров 6033 года назад
Lab 2021 03 16 Linear Programming Sensitivity Analysis and MATLAB
Lecture 2021 03 15 Interpolation part 1
Просмотров 1833 года назад
Lecture 2021 03 15 Interpolation part 1
Lecture 2021 03 12 Least squares regression part 2
Просмотров 1423 года назад
Lecture 2021 03 12 Least squares regression part 2
Lecture 2021 03 10 Least squares regression part 1
Просмотров 1783 года назад
Lecture 2021 03 10 Least squares regression part 1
Lab 2021 03 09 MATLAB Golden section search, Optimization, Excel linear programming
Просмотров 4163 года назад
Lab 2021 03 09 MATLAB Golden section search, Optimization, Excel linear programming
Lecture 2021 03 05 Constrained Optimization Simplex method
Просмотров 2513 года назад
Lecture 2021 03 05 Constrained Optimization Simplex method
Lecture 2021 03 04 Earned Value Analysis
Просмотров 983 года назад
Lecture 2021 03 04 Earned Value Analysis
Lab 2021 03 02 MATLAB Linear Algebra, Gauss Elimination, LU Decomposition, Cholesky Method
Просмотров 2,8 тыс.3 года назад
Lab 2021 03 02 MATLAB Linear Algebra, Gauss Elimination, LU Decomposition, Cholesky Method
Lecture Chapter 7 Determining Costs, Budget, and Earned Value
Просмотров 1,1 тыс.3 года назад
Lecture Chapter 7 Determining Costs, Budget, and Earned Value
Lecture 2021 03 01 Constrained Optimization Part 1 Formulation and Graphical Method
Просмотров 2683 года назад
Lecture 2021 03 01 Constrained Optimization Part 1 Formulation and Graphical Method

Комментарии

  • @tellgresko5181
    @tellgresko5181 15 дней назад

    thank you

  • @ahmgerald3027
    @ahmgerald3027 3 месяца назад

    Please what is the name of the textbook?

  • @massrdmdoer7348
    @massrdmdoer7348 4 месяца назад

    Thank you

  • @maarifqarhndli9812
    @maarifqarhndli9812 5 месяцев назад

    Please write the parabolic interpolation method with if

  • @sachinpawar6339
    @sachinpawar6339 6 месяцев назад

    Where is the code 🙂

  • @achmadmustofa4393
    @achmadmustofa4393 6 месяцев назад

    Share link the phase diagram

  • @camilamart114
    @camilamart114 6 месяцев назад

    Hi, in the B matrix, why 88?

  • @hiteshnanda3863
    @hiteshnanda3863 6 месяцев назад

    Sir where the figure 7.7 came from or how to draw the table to calculate the actual cost?

  • @42kilam36
    @42kilam36 6 месяцев назад

    Hi i have a question, how do we solve if the descriminant is bellow 0? (Excel NUM!)

    • @AbidNadeem
      @AbidNadeem 6 месяцев назад

      I would propose to modify this sheet to include b^2-4ac after you find c in the first iteration. Since it will be less than 0, take the square root of its absolute value and call it D. Now x3 can be shown in this sheet consisting of two parts. x3_real=x2-(b/2a) and x3_imaginary= -D/2a. In the second iteration x0 will be x1 from the first iteration, x1 will be x2 from the first iteration and x2 will be x3 which was just calculated. The function evaluation for f(x2) will involve complex numbers so the calculations would become a bit complicated. The same process would be repeated.

  • @shojebthings8348
    @shojebthings8348 7 месяцев назад

    what should be next??

  • @Iwolfx
    @Iwolfx 9 месяцев назад

    Saved me 2 hours of studying. With one statement.

  • @sevgipnar5261
    @sevgipnar5261 9 месяцев назад

    you said that in the first example x1 will be new x0, x2 will be new x1 but you still wrote x2=4 isnt it should be x1=4 ı dont get it

    • @AbidNadeem
      @AbidNadeem 8 месяцев назад

      It might be a slip of the tongue. In the first iteration x0=0, x1=1, x2=4, we got x3=1.5055. In the second iteration, we will go in order as we have 0, 1, 1.5055, and 4 as values of the function. We must choose three values to find the better estimate in this iteration. We discard the first value (0). We choose x0=1, x1=1.5055, and x2=4 for the calculations in the second iteration. Alternatively, if we choose x0=1, x1=4, and x2=1.5055 according to what I have spoken then it would also not cause an error in the answer. We would get the same x3 value in this iteration. I hope it explains.

  • @nourare9827
    @nourare9827 Год назад

    Where the rest

  • @te-l-63-rasalharshalnamdev76

    🥲

  • @voizinfinite7141
    @voizinfinite7141 Год назад

    Thanks

  • @carbonbased5041
    @carbonbased5041 Год назад

    Nobody explains how the coefficient of the quadratic formula can be expressed in details. Everybody just smashes it stating "after manipulation b2 is...."

  • @ashunarang4860
    @ashunarang4860 Год назад

    very well described....thankyou

  • @a2023dj
    @a2023dj Год назад

    Please ,sheet of modelrisk

  • @amirarystan5357
    @amirarystan5357 2 года назад

    What about expenses between 25-30 years period, should we take them into consideration?

    • @AbidNadeem
      @AbidNadeem 2 года назад

      According to the statement of problem, expenses are only in the first 10 years and then in year 15 and 20 only.

  • @muddasirahmed7838
    @muddasirahmed7838 2 года назад

    kya bakwas video banaya hai. who will explain what is resource loading. beat the person who liked the video in first place.

  • @튜브보
    @튜브보 2 года назад

    @33:20 GaussNaive function doesnt work cause it's local function do you have any solutions about this problem??

    • @튜브보
      @튜브보 2 года назад

      @@arialcad matlab says it can't read Gaussnaive as a function because that's a local function. And even they say the function has same name with script. Nevertheless different name. Plz help me

    • @AbidNadeem
      @AbidNadeem 2 года назад

      You can try this script in your MATLAB. It should work. function x = GaussNaive(A,b) [m,n] = size(A); if m~=n, error('Matrix A must be square'); end nb = n+1; Aug = [A b]; for k = 1:n-1 for i = k+1:n factor = Aug(i,k)/Aug(k,k); Aug(i,k:nb) = Aug(i,k:nb)-factor*Aug(k,k:nb); end end x = zeros(n,1); x(n) = Aug(n,nb)/Aug(n,n); for i = n-1:-1:1 x(i) = (Aug(i,nb)-Aug(i,i+1:n)*x(i+1:n))/Aug(i,i); end

    • @튜브보
      @튜브보 2 года назад

      @@AbidNadeem thank you so much i will use that code after coming back home

  • @BestVideos01
    @BestVideos01 2 года назад

    thank do you have code for univariate search method

  • @dutdut11
    @dutdut11 2 года назад

    Thanks master

  • @batool9929
    @batool9929 2 года назад

    I need an application in two dimensions please

    • @AbidNadeem
      @AbidNadeem 2 года назад

      ruclips.net/video/OS55WfbAli8/видео.html

  • @batool9929
    @batool9929 2 года назад

    I need an application in two dimensions please

    • @AbidNadeem
      @AbidNadeem 2 года назад

      Sorry. I don't have it.

  • @Menofmathematics123
    @Menofmathematics123 2 года назад

    Sir it is really very helpful,, but sir how to find the values of x, y, z.

    • @AbidNadeem
      @AbidNadeem 2 года назад

      it is by back-substitution. you can write a series of commands in Mathematica.

  • @Menofmathematics123
    @Menofmathematics123 2 года назад

    Sir how to put A[[2]] this in base

    • @AbidNadeem
      @AbidNadeem 2 года назад

      Actually, there is no need to put row reference in the base (subscript). A normal typing of A[[2]] for example without a subscript use for [[2]] will also work. However, you can show subscript in Mathematica by pressing Ctrl plus the underscore key.

    • @Menofmathematics123
      @Menofmathematics123 2 года назад

      @@AbidNadeem sir its not working with A[[2]]

    • @Menofmathematics123
      @Menofmathematics123 2 года назад

      I have tried a lot times please help sir

    • @Menofmathematics123
      @Menofmathematics123 2 года назад

      @@AbidNadeem when I using subscript in mathematica by pressing cntrl plus the undercase key.

    • @Menofmathematics123
      @Menofmathematics123 2 года назад

      only change the size of word

  • @emunizcruz
    @emunizcruz 2 года назад

    Hi Abid Nadeem You could send me the link to the plot grain diameter vs Temperature. I've tried to look for it but since you don't see all the address in the video, the search is wrong.

    • @AbidNadeem
      @AbidNadeem 2 года назад

      This figure is from the Book by Callister. You can get it from there.

  • @allanteddy6629
    @allanteddy6629 2 года назад

    The sound quality sucks

    • @AbidNadeem
      @AbidNadeem 2 года назад

      I did not have proper mic that time as we have to transform to online teaching mode due to Covid19.

  • @jonassalazar4976
    @jonassalazar4976 2 года назад

    why am I having negative abs value, SIr?

    • @AbidNadeem
      @AbidNadeem 2 года назад

      I have no idea without knowing any more details.

  • @usmanwaheed3721
    @usmanwaheed3721 2 года назад

    Sir g ...English mein practice kr liya karein phly ...

  • @chasif544
    @chasif544 2 года назад

    Sir ap ny sigma 4 time ku liya hai

    • @AbidNadeem
      @AbidNadeem 2 года назад

      Kindly specify where in the clip?

    • @AbidNadeem
      @AbidNadeem 2 года назад

      There are four sigma terms as there are four terms in the DE. (1-x^2)y'' are two terms.

  • @chasif544
    @chasif544 2 года назад

    Sir C1 and C2 ki values kasy nikali

    • @AbidNadeem
      @AbidNadeem 2 года назад

      For c1 and c2 we have two equations. You can use any method you know to find the answer. I skipped it as I wanted to finish this clip early.

  • @chasif544
    @chasif544 2 года назад

    Sir last question ma b=1.5 hai per ab ny 0.5 likha why

    • @AbidNadeem
      @AbidNadeem 2 года назад

      No. it is -0.5.

    • @chasif544
      @chasif544 2 года назад

      @@AbidNadeem ok sir thanku

  • @chasif544
    @chasif544 2 года назад

    Sir yeh 36/9 kidr sa aya hai

    • @AbidNadeem
      @AbidNadeem 2 года назад

      4 is written as 36/9 to calculate the fractions with a common denominator.

    • @chasif544
      @chasif544 2 года назад

      @@AbidNadeem thanks sir

  • @chasif544
    @chasif544 2 года назад

    Very nice sir

  • @holyshit922
    @holyshit922 2 года назад

    There are eigenvalue methods such as QR method with double shift but they are space costly and they have slow convergence for repeated roots I wrote Bairstow method based on your video and there is quite large error for repeated complex roots

    • @AbidNadeem
      @AbidNadeem 2 года назад

      Thanks for sharing your experience.

  • @rickjljr11
    @rickjljr11 2 года назад

    I am trying to learn how to use GNU Octave. This gives the not too exciting response. r=11; c=.01; l=.1; w=2*pi*60; vs=110; vc0=0; il0=0; re=[1,r/l,1/(l*c)]; rts=roots(re) CMp=[1/(l*c)-w^2, -r/l*w ; r/l*w, 1/(l*c)-w^2]; CAp=[ 0; vs*w/l]; cp=inv(CMp)*CAp CMh=[ 1, 1; rts(1), rts(2)]; CAh=[ -cp(2); -cp(1)*w]; ch=inv(CMh)*CAh function Is = Curr (t, roots, omega, hom_con, part_con) Is = hom_con(1)*exp(roots(1)*t) + hom_con(2)*exp(roots(2)*t) + part_con(1)*sin(omega*t) + part_con(2)*cos(omega*t); end; Curr (0, rts, w, ch, cp) numpts=1000 stop_time = .2 interval = stop_time/numpts for ic = 1:numpts; t(ic) = (ic-1)*interval; y(ic)= Curr (t(ic), rts, w, ch, cp) ; end; plot(t,y); title("Capacitor Current"); xlabel("time"); ylabel("Amps"); grid on;

    • @AbidNadeem
      @AbidNadeem 2 года назад

      I am sorry. I have no idea about that.

  • @rickjljr11
    @rickjljr11 2 года назад

    Shouldn't the equation at 14:56 be I'' + 110 * I' + 1000 * I = 10*110*377 Cos(wt)? forcing function = [V*Omega/L *Cos(wt)] Makes a big difference..

    • @AbidNadeem
      @AbidNadeem 2 года назад

      There may be a typo. Thanks for notifying me.

  • @toripurueSu20
    @toripurueSu20 2 года назад

    Thanks 👍🏻

  • @nenhumpietro3241
    @nenhumpietro3241 2 года назад

    first

  • @manonmani3079
    @manonmani3079 2 года назад

    Hey are you taking the online classes on this course?

  • @varshagautam6881
    @varshagautam6881 2 года назад

    Thankyou for sir

  • @hefzibac286
    @hefzibac286 2 года назад

    Thank you! This is the only video I've found with shifted initial values.

  • @raiii_u
    @raiii_u 2 года назад

    i did some changes regarding on the codes you made and the thing is, same results except for I only got 3 iteration so far