Gaussian Elimination with Partial Pivoting

  Рет қаралды 191,752

AF Math & Engineering

AF Math & Engineering

Күн бұрын

Пікірлер: 85
@AFMathandEngineering
@AFMathandEngineering 7 жыл бұрын
Quick note, at roughly 3:40 you'll noticed that rows 2 and 3 swap. I pivoted them without writing down the step as I did the row operations. This is just to clarify any confusion as to why row 2 became row 3 and vice versa during this step.
@loyisokhoali9511
@loyisokhoali9511 6 жыл бұрын
are you meant to do this or was this an error??
@dantelutz206
@dantelutz206 6 жыл бұрын
when you watch a video for help on that thing and they decide to just do the thing you dont know how to do XD
@AFMathandEngineering
@AFMathandEngineering 6 жыл бұрын
Yea sorry about that :)
@panosthunder643
@panosthunder643 5 жыл бұрын
Why did you pivoted them? Don't you need to put the maximum value of each column, to the first row?@@AFMathandEngineering
@unknownknown360
@unknownknown360 5 жыл бұрын
@@panosthunder643 you actually need to pivot the 2nd and 3rd row int he following step. Because 3/2 > 5/6 and you need the bigger element to be at the top
@akhmadjonovakromjon3669
@akhmadjonovakromjon3669 5 жыл бұрын
I like all of your Numerical Analysis videos. They are simple and great! Thank you for making a student's life easier! Appreciated!
@AFMathandEngineering
@AFMathandEngineering 5 жыл бұрын
Thanks for the feedback!
@okaudi
@okaudi 2 жыл бұрын
So, Basically the meanign of Partial Pivoting is to switch the row which has the largest number to be the new first row, then using Guassian Elimination Method. Literally just adding the Partial Pivoting step to Guassian Elimination Method. is that correct understanding ??
@Neuroleri
@Neuroleri 3 ай бұрын
This tutorial is short and precise! Understood perfectly
@shahadabdullah1699
@shahadabdullah1699 6 жыл бұрын
THANKYOU LIFE SAVER, My final is tomorrow and its almost midnight, u really saved the moment thanks a lot
@AFMathandEngineering
@AFMathandEngineering 6 жыл бұрын
Glad we could help you out, that's the main reason why we made this channel haha! :D
@nahuel3256
@nahuel3256 5 жыл бұрын
it'd be really cool to have some more videos on numerical methods :) The ones you made were really helpful
@AFMathandEngineering
@AFMathandEngineering 5 жыл бұрын
Thanks alot, glad they helped! Well definitely look into making future numerical methods videos.
@nahuel3256
@nahuel3256 5 жыл бұрын
@@AFMathandEngineering thanks!
@serden8804
@serden8804 5 жыл бұрын
@@AFMathandEngineering exactly i am very excited to watch some videos about numerical methods from you
@DJ-pn9te
@DJ-pn9te Жыл бұрын
common techniques are to pivot off a row where the first variable has a coefficient of 1. Its not clear why you reorderd the equations in the first step. It would also be more clear that you change the row index identifications because you are not using the origianl rows coefficients.
@amiramunirah955
@amiramunirah955 4 жыл бұрын
very helpful for my midterm examination coming soon. thank you!!!
@lachydunne1512
@lachydunne1512 Жыл бұрын
this is so much better than other methods, I was able to make a python function to do this
@SS-in2kr
@SS-in2kr 3 жыл бұрын
Thanks for this video. I saw many videos regarding this, but only this video has the correct method of solution. My calculations kept getting messed up because of the faulty procedure in those videos.
@mirjuniordochia3914
@mirjuniordochia3914 4 жыл бұрын
thanks man, learned more in 8 minutes then in 10 years of math at school
@syafiqh6382
@syafiqh6382 4 жыл бұрын
what if the column 1 have the same value? bcs we need to arrange it where the big value at the top right?
@jrmath2003
@jrmath2003 3 жыл бұрын
In that case, it doesn't matter which rows you swap
@davidjnrananiawusah118
@davidjnrananiawusah118 5 жыл бұрын
thanks for your lecture. but pls after taking the highest absolute value to row one, does it matter if u interchange the other two rows left?
@AFMathandEngineering
@AFMathandEngineering 5 жыл бұрын
In partial pivoting we don't exhange columns, only rows.
@davidjnrananiawusah118
@davidjnrananiawusah118 5 жыл бұрын
I mean the remaining two rows
@YashKumar-br5xi
@YashKumar-br5xi 2 жыл бұрын
greatt buddy , but what is the use of finding pivot points in this method?
@andressoto5935
@andressoto5935 3 жыл бұрын
bro thank you. this was on an extra credit problem for my numerical analysis final and i got it thanks to you.
@AFMathandEngineering
@AFMathandEngineering 3 жыл бұрын
That's what we like to hear haha, no problem
@teresaileuk1513
@teresaileuk1513 5 жыл бұрын
Could you help with a tutorial of steps of Gaussian elimination method when using multipliers
@jc_hz4196
@jc_hz4196 4 жыл бұрын
super helpful thank you!!
@elysonpanolino5413
@elysonpanolino5413 3 жыл бұрын
how partial pivoting helped?
@Bravo-oo9vd
@Bravo-oo9vd 4 жыл бұрын
watched the video to understand a meme, was not disappointed, thanks
@hankerafterlaunchfahims7292
@hankerafterlaunchfahims7292 2 ай бұрын
Thank for the video,🎉
@ivodalpuppo4939
@ivodalpuppo4939 4 жыл бұрын
hmmm... I thought that using the pivoting method, at the end of the process you should have four matrices (PA=LU).. and then apply the forward and back substitution. Maybe I misunderstood?
@GateCSE280
@GateCSE280 5 жыл бұрын
Max absolute value can present in any column right? Or we only need to check for the first column?
@SafetyLucas
@SafetyLucas 5 жыл бұрын
You need the max absolute value to be at the top of whichever column you are eliminating in that step. For the first elimination, you are only checking the first column, but in the second elimination, the max absolute value that goes to the top will be in the second column (in this video, the max absolute value is already at the top in the second elimination so he doesn't have to pivot again). The purpose of pivoting is to make the multiplier be less than one. Computers handle numbers by floating point values, which are more accurate with numbers valued less than one. Pivoting reduces computational error.
@fullmoon6520
@fullmoon6520 4 жыл бұрын
Thank you for your easy explanation.
@TanerSoyer
@TanerSoyer 7 жыл бұрын
Bro firstly thank you so much. But i dont understand one thing. You make pivoting only to the second equation. why didnt you do for third equation ?
@AFMathandEngineering
@AFMathandEngineering 7 жыл бұрын
Taner Soyer no problem tanner thanks for the question. are you referring to the row swap? I made a note in a pinned post that referred to me just pivoting the rows in one step when I row reduced. Is this what you were referring to?
@TanerSoyer
@TanerSoyer 7 жыл бұрын
I mean is: do not we have to take equation 3 to the 2nd order?
@AFMathandEngineering
@AFMathandEngineering 7 жыл бұрын
Taner Soyer in the second step you do have to swap the rows 2 and 3. I did swap rows 2 and 3 I just did it in the same step as my row reduction. I should have mentioned that I was doing a row swap though. Hopefully this helps.
@fffppp8762
@fffppp8762 6 жыл бұрын
1/6 + (-1) =3/2?
@laplacekowalski4727
@laplacekowalski4727 5 жыл бұрын
exactly, that's what I thought also
@dimasfaiz236
@dimasfaiz236 4 жыл бұрын
He swap R2 and R3 while calculating on his own without inform us -_- while it's does'nt matter to the result
@num007agent
@num007agent 4 жыл бұрын
I LOVE AMERICA beacause of your absolutely great lecture
@ABSayysO
@ABSayysO 10 ай бұрын
What if on the first row we have two numbers of the same quantity. Say 1 1 0 How do we swap ?
@insert_usernamehere
@insert_usernamehere 4 жыл бұрын
What is row pivoting?
@biggapoww
@biggapoww 4 жыл бұрын
The another useful part of the video part of the video 04:20
@rabinbk5014
@rabinbk5014 6 жыл бұрын
Hey there, it would be better if the angle of your camera would be 90 degree,,
@AFMathandEngineering
@AFMathandEngineering 6 жыл бұрын
thanks for the feedback! its pretty hard with the current setup that we have, but well definitely take it into consideration.
@teresaileuk1513
@teresaileuk1513 5 жыл бұрын
Thank you for the tutorial
@solomonrazakntiri4301
@solomonrazakntiri4301 5 жыл бұрын
what did you do to the second row when multiplying it by r2+1/6r1
@freelancingandgraphicdesig7426
@freelancingandgraphicdesig7426 4 жыл бұрын
He missed a step..but answer is right...
@freelancingandgraphicdesig7426
@freelancingandgraphicdesig7426 4 жыл бұрын
When we chack pivot in 2nd column,,we swap the R² with R³ then that matrix will be obtained
@ibrahimsalim3529
@ibrahimsalim3529 2 жыл бұрын
Thank you 🙏🏻
@wansyahiran11
@wansyahiran11 3 жыл бұрын
thank you soooooooooooooooo much!!!
@baliullahmalik
@baliullahmalik 3 жыл бұрын
GOOD JOB I AM IMPRESS
@syakirshahidan4742
@syakirshahidan4742 5 жыл бұрын
Help, I cannot differentiate partial pivoting and normal one
@AFMathandEngineering
@AFMathandEngineering 5 жыл бұрын
Google answers this question fairly well, but the simple explanation is partial pivoting only pivots rows, while full pivoting pivots columns and rows. The difference is the accuracy of the solution and the computing power involved.
@danialbinabdullah2704
@danialbinabdullah2704 Жыл бұрын
x3 should be 4
@maxjappert
@maxjappert 3 жыл бұрын
I wasn't aware that Ben Shapiro did linear algebra.
@sunflowerism
@sunflowerism 6 жыл бұрын
Thankssss!!! ❤️❤️❤️
@AFMathandEngineering
@AFMathandEngineering 6 жыл бұрын
No problem!
@xMr3BxTV
@xMr3BxTV 7 жыл бұрын
if column 1,1,1 , what your doing?
@AFMathandEngineering
@AFMathandEngineering 7 жыл бұрын
If the first column is 1,1,1, just subtract the second and third row from the first to make the second and third entry zero. You wouldn't need to do any row operations for the first column.
@krishnadas6832
@krishnadas6832 7 жыл бұрын
Thanks
@AFMathandEngineering
@AFMathandEngineering 7 жыл бұрын
Krishna Das thanks for the comment!
@alejandromichel9998
@alejandromichel9998 6 жыл бұрын
Wrong multiplication when finding zeros
@AFMathandEngineering
@AFMathandEngineering 6 жыл бұрын
Where?
@APAP247
@APAP247 5 жыл бұрын
AF Math & Engineering The 3/2 should swap places with -5/6
@MonikaMonikaaD
@MonikaMonikaaD 5 жыл бұрын
👌👌👍👍🙏
@carsonritchey487
@carsonritchey487 9 ай бұрын
you lowk sound like ben shapiro
@farhan1571
@farhan1571 5 жыл бұрын
The results are wrong
@hank3327
@hank3327 11 ай бұрын
Yes at 3:40 rows 2 and 3 swapped. This is very confusing. It would be better to correct it
@tuur319
@tuur319 5 жыл бұрын
or you buy a calculator that can do this, lol
@AFMathandEngineering
@AFMathandEngineering 5 жыл бұрын
If they allow it into your exam go for it :)
@tuur319
@tuur319 5 жыл бұрын
Literrally saw that i don't have to be able to do it out of my head the second i finished this video
@genericgaymergirl9876
@genericgaymergirl9876 4 жыл бұрын
Why did you swap the first and second row at the beginning?
@mazarinaabuothman2145
@mazarinaabuothman2145 4 жыл бұрын
right. I'm so confused. -6
🟢02a - Gaussian Elimination with Partial Pivoting : Example 1
13:19
SkanCity Academy
Рет қаралды 21 М.
Guassian elimination with complete pivoting
10:38
Emmanuel Akosa
Рет қаралды 16 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Gaussian elimination | Lecture 10 | Matrix Algebra for Engineers
14:00
Jeffrey Chasnov
Рет қаралды 394 М.
Numerical Modeling: Topic 1.5 - Gaussian elimination with partial pivoting
15:53
Gauss-Jordan Elimination
12:49
Prime Newtons
Рет қаралды 53 М.
Naive Gaussian Elimination Method
8:31
numericalmethodsguy
Рет қаралды 121 М.
Gaussian Elimination & Row Echelon Form
18:40
The Organic Chemistry Tutor
Рет қаралды 2,8 МЛН
Can you crack this beautiful equation? - University exam question
18:39
🟢02b - Gaussian Elimination with Partial Pivoting : Example 2
18:47
SkanCity Academy
Рет қаралды 10 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН