Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Gaussian Elimination with Partial Pivoting

Loading...

Sign in or sign up now!
11,603
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 5, 2009

We are trying to record lectures with Camtasia and a Smart Monitor in our offices. This is a sample video of Gaussian Elimination with Partial Pivoting

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (numericalmethodsguy)

  • 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.

  • 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.

see all

All Comments (21)

Sign In or Sign Up now to post a comment!
  • well explained...thank you

  • @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.

  • 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.

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