Linear Algebra/Augmented Matrices

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The Augmented matrix is a Matrix that is constructed by combining both the Coefficient matrix and a vector which might represent the solution for the system of equations. Or can be constructed by combining two matrices. But an important rule must be taken in consideration the two matrices must have the same number of rows. For example if we have a matrix of size (m x n) matrix we should have another matrix of size (m x k) where n is a positive natural number.







The Augmented matrix (A|B) in this case will be:





Also if we have a system of equations we can express it as an augmented matrix which makes it easier to work with. And, this becomes very useful when we have systems that have relatively large dimensions, for Example:









Can Be Expressed as the following augmented matrix:



Finally, the augmented matrix is very useful when it comes to solving systems, finding the inverse of a matrix, etc...