Solving Simultaneous Equations using Gaussian Elimination | Guide to Engineering Maths

In this video I run through the thinking behind Gaussian Elimination by working through an example. Contrary to my belief when I was first introduced to it at University, you don't have to have experience in solving problems with this to get to an answer, just follow the algorithm and you'll get to your solution.
A few points I didn't mention in the video:
1) The elements that we use to cancel out elements (Row,Col) -- (2,1) , (3,1) , (3,2) are the *pivot elements of the matrix. For an element to be a pivot element: it has to be the first non-zero element in each row and all elements below that element are zero; it also has to be to the right of the pivot element in the row above.
*usually pivot elements will have been normalised to 1 but in my opinion the 'pivot' name is more to do with its' location in the matrix than its' value. It's a good way to explain to someone where to look in a matrix.
2) We could have continued the Gaussian Elimination method to eliminate the upper triangle of the matrix and leave ourselves with just the leading diagonal of elements, effectively solving it whilst in matrix algebra form, instead of substituting the variables back through the equations. After normalising the leading diagonal elements, the result is called the 'reduced row echelon' form. I'll do a video on this some other time.
3) If any of the leading diagonal elements end up equalling zero then there is not a unique solution. It's important to organise the matrix so that the elements along the diagonal are non-zero because it has the potential to mess up the algorithm if they are.
Intro music by an amazing band called Wordy, check them out here:
/ escape-the-dream-4
Follow A Clever Chimp on Facebook!
/ acleverchimp

Пікірлер: 4

  • @yashupadhyay2973
    @yashupadhyay29732 жыл бұрын

    The best thing about the entire matrix series is, that now I can see the whole picture of it's relation with the system of linear equation and why we do what we do. Thank you Ciaran. I truly want more videos on many other topics of mathematics too. You are doing great work. I don't know why we still have less views this series. I am excited to learn more from you!

  • @ciaranmcevoy9875

    @ciaranmcevoy9875

    2 жыл бұрын

    That's a very kind comment pal, thank you. I'm pleased to hear you're learning from and enjoying my videos. And yes I will gradually add to the series, covering other topics typically found in engineering maths, so stay tuned.

  • @davidmurphy563
    @davidmurphy563 Жыл бұрын

    I'm getting ok at this and I'm dying to use it in real life. But in the text books all the questions are in row vector form eg: -2x +3y = 7 and 3x -7y = -8 where putting it in a matrix is easy. And so, we can find the rref or just take the reciprocal of the determinant with an flipped matrix to find the inv matrix and get where the lines cross. Which is all fab. Then my son has a gcse question which is y = 2x + 3 and y = -0.5x -1. Let's say these lines intercept. How can I express this as a [augmented] matrix and find where the lines cross?? So frustrating that I can't figure this out...

  • @davidmurphy563

    @davidmurphy563

    Жыл бұрын

    Superb tutorial though! I must go through your videos.