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.
@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.
thank you a lot :)
yoshiieie 12 hours ago
well explained...thank you
naveed017 3 months ago
This has been flagged as spam show
gaussian elimnation algorithm implementation with full explanation
abc20051-artfice[dot]blogspot[dot]com/2011/08/gaussian-elimination[dot]html
abc20051 5 months ago
thanks so much. the writing on the screen while explaining really helps!
redsox09544 9 months ago
Thanks for teaching how to do the partial pivoting..... now I have to put it in MATLAB code......
BlitzKiller4 11 months ago
Thank you so much sir.
It was really helpful.
mojtabasadri 11 months ago
Comment removed
godkratos1991 1 year ago
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 1 year ago
@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.
numericalmethodsguy 11 months ago
@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.
pranab1234 4 months ago
Better than my lecturer. Thanks. Doing Best Job. Keep It up!!!
shylussss 1 year ago
Very helpful! Thank you!
Walchensee53 1 year ago
very Helpful Thanks a lot
Qwme5 1 year ago
listen very carefully...
dkwon179 1 year ago
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 1 year ago
@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.
numericalmethodsguy 11 months ago
Great ...
kalpit53 1 year ago
Good work professor nice video
knam21703 2 years ago
thanks
xLiam360x 2 years ago
This has been flagged as spam show
A great help. Thank you.
GovnahDK 2 years ago
Thanks, very concise information.
JFlopex 2 years ago
very helpful thanks :)
sbrauer05 2 years ago