Added: 2 years ago
From: numericalmethodsguy
Views: 11,642
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (22)

Sign In or Sign Up now to post a comment!
  • thank you a lot :)

  • well explained...thank you

  • thanks so much. the writing on the screen while explaining really helps!

  • Thanks for teaching how to do the partial pivoting..... now I have to put it in MATLAB code......

  • Thank you so much sir.

    It was really helpful.

  • Comment removed

  • Question: Don't you need to divide each rows by the highest number in that row before you choose which row is the pivot? My professor warned us to make sure we do this division. I am confused only with this the rest is explained very clearly in your video. Thanks.

  • @sakkarugzo Although, not wrong, the division is not part of the algorithm. However such division would simply increase the computation time. Note that a division may take 16 clock cycles of time. I will soon write a blog on this topic.

  • @sakkarugzo Is that not scaled partial pivoting that you are talking about? It is slightly different than partial pivoting, as you have already mentioned it.

  • Better than my lecturer. Thanks. Doing Best Job. Keep It up!!!

  • Very helpful! Thank you!

  • very Helpful Thanks a lot

  • listen very carefully...

  • Hi, if element a11 and a21 are same then what to do for switching the rows? and element a11 and a21 have highest value then element a31?

  • @registerrajesh It all depends on how the maximum is found. If the algorithm has the condition written as "if max<=a(i,j) then max=a(i,j)", then row 2 and row 1 would get switched. If the algorithm has the condition written as "if max<a(i,j) then max=a(i,j)", then row 1 and row 1 would get switched.

  • Great ...

  • Good work professor nice video

  • thanks

  • Thanks, very concise information.

  • very helpful thanks :)

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more