![]() |
Augmented Matrix is a matrix that is formed when we combine the columns of two matrices and thus, form a new matrix. The new matrix so formed is called the Augmented Matrix. An Augmented Matrix is important to solve various types of problems in mathematics especially those which involve the use of equations. This article deals with the concept of an Augmented Matrix, its properties, examples, and others in detail. it will also help us to understand how the augmented matrix is used to solve linear equations. Table of Content What are Augmented Matrices?To solve linear equations we have developed a method in which we combine two matrices made using those equations and thus, make it easier to solve those linear equations. This combined matrix is called an Augmented Matrices. Coefficient of the linear equations and the constant value associated with those equations are combined to form a single matrix and this matrix is called an Augmented matrix. Augmented Matrix MeaningAugmented Matrices are two matrices combined using their column values. Thus, if we have m columns in the first matrix and n columns in the second matrix, then in the augmented matrix we have (m + n) columns. Augmented Matrix is used to solve simple linear equations. An Augmented Matrix has the same number of rows as there are variables in the given linear equations. An augmented matrix is a means to solve simple linear equations. The coefficients and constant values of the linear equations are represented as a matrix, referred to as an augmented matrix. In simple terms, the augmented matrix is the combination of two simple matrices along the columns. If there are m columns in the first matrix and n columns in the second matrix, then there would be m + n columns in the augmented matrix. The image added below a 3×3 matrix A and a 3×1 matrix B. Then the augmented matrix is [A|B] as shown in the image, Augmented Matrix of a System of Linear EquationAugmented Matrix is the combination of two matrices of the system of linear equations which contains the coefficient matrix and the constant matrix (column matrix) separated by a dotted line. Let’s understand the same concept with an example suppose we take three different linear equations,
These three linear equations are represented in matrix form as, Coefficient Matrix(A) = [Tex]\begin{bmatrix}a_{1}& b_{1}&… & c_{1} \\a_{2}& b_{2}&… & c_{2}\\a_{3}& b_{3}&… & c_{3}\end{bmatrix} [/Tex] Constant Matrix(B) = [Tex]\begin{bmatrix}d_{1}\\d{2}\\d{3}\end{bmatrix} [/Tex] Variable Matrix(X) = [Tex]\begin{bmatrix}x\\y\\z\end{bmatrix} [/Tex] Now, the augmented matrix M is calculated as,
where,
M = [Tex]\begin{bmatrix}a_{1}& b_{1}&… & c_{1}| & d_{1} \\a_{2}& b_{2}&… & c_{2}| & d_{2}\\a_{3}& b_{3}&… & c_{3}| & d_{3}\end{bmatrix} [/Tex] For General System of Linear Equations with coefficient aij and variables x1, x2, x3, …,xn [Tex]\left\{ \begin{array}{c} a_{11}x_1+a_{12}x_2 +…..+a_{1n}x_n=b_1 \\ a_{21}x_1+a_{22}x_2 +…..+a_{2n}x_n=b_2 \\ \hspace{0.5cm} .\hspace{0.1cm}.\hspace{0.1cm}\hspace{4cm} .\hspace{0.1cm}.\hspace{0.1cm} \\\hspace{0.5cm} .\hspace{0.1cm}.\hspace{0.1cm}\hspace{4cm} .\hspace{0.1cm}.\hspace{0.1cm}\\a_{n1}x_1+a_{n2}x_2 +…..+a_{nn}x_n=b_n\end{array} \right. [/Tex] Augmented Matrix is, [Tex]\begin{bmatrix} a_{11}& a_{12}&… & a_{1n}| & b_1 \\a_{21}& a_{22}&… & a_{2n}| & b_2 \\ …& …& …&…\hspace{0.2cm}| &… \\ a_{n1}& a_{n2}&… & a_{nn}| & b_n \\ \end{bmatrix} [/Tex] How to Find Augmented Matrix?Agumented matrix is found by following the steps discussed below: Step 1: Find the coefficient matrix from a given system of equations. Step 2: Find the constant matrix from the RHS of equations. Step 3: Combine both the matrix separated by a dotted line to obtain an augmented matrix. Thus, following these steps, Augmented Amtrix is obtained. How to Solve Augmented Matrix?The solution to the system of the linear equation is easily found by simplifying the augmented matrix and transforming the same into an identity matrix by following the Gauss-Jordan Method of matrix transformation, or by simply using Row Operation or Column Operation on the augmented matrix. Using the row transformation we change the first part of the augmented matrix into the identity matrix and then values in the last column are the solution to the given linear equations. Suppose we are given the system linear equation as
Now we know that the augmented matrix(A) for the same is formed as A = [Tex]\begin{bmatrix}a_{1}& b_{1}& c_{1}| & d_{1} \\a_{2}& b_{2} & c_{2}| & d_{2}\\a_{3}& b_{3} & c_{3}| & d_{3}\end{bmatrix} [/Tex] Performing elementary operation and solving it then making the first matrix as identity matrix results in the change in the last column of the augmented matrix. Which in turn gives the result to the given system of linear equations. Simplified matrix is written as, A = [Tex]\begin{bmatrix}1& 0 & 0| & p \\0& 1& 0| & q\\0& 0& 1| & r\end{bmatrix} [/Tex] Thus, the values p, q, and r in the last column give the required answer to the system of linear equations.
Properties Of Augmented MatrixAugmented matrix has various properties and some of the important properties of the augmented matrix are mentioned below:
Inverse of Matrix Using Augmented MatrixWe can also find the inverse of any matrix by using the augmented matrix concept. Suppose we have 3 × 3 matrix A such that, A = [Tex]\begin{bmatrix}a_{1}& b_{1}& c_{1} \\a_{2}& b_{2} & c_{2}\\a_{3}& b_{3} & c_{3}\end{bmatrix} [/Tex] To find the inverse of the matrix we write the augmented matrix as P = [A|I] P = [Tex]\begin{bmatrix}a_{1}& b_{1}& c_{1}| & 1 & 0 & 1 \\a_{2}& b_{2} & c_{2}| & 0 & 1 & 0\\a_{3}& b_{3} & c_{3}| & 0 & 0 & 1\end{bmatrix} [/Tex] Now by using elementary operation, we change the matrix A into the Identity matrix, and the identity matrix associated with it changes into the inverse matrix as, P = [I|A-1] Read More, Examples on Augmented MatrixExample 1: Find the augmented matrix of the system of equations, [Tex]\left\{ \begin{array}{c} -x-4y-9z=-7 \\ -3x-4y-5z=-4 \\ -2x-3y-6z=-3 \end{array} \right. [/Tex] Solution:
Example 2: Find the augmented matrix of the system of equations, [Tex]\left\{ \begin{array}{c} 2x-14y+9z=47 \\ -3x+24y=-52 \\ 2x-13z=23 \end{array} \right. [/Tex] Solution:
Example 3: Find the augmented matrix of the system of equations, [Tex]\left\{ \begin{array}{c} 9x-13y=25 \\ 20x+4y=-38 \end{array} \right. [/Tex] Solution:
Example 4: Find the augmented matrix of the system of equations, [Tex]\left\{ \begin{array}{c} 2a-12b-29c=-11 \\ -3a+21b+10d=28 \\ 26b-16c+8d=36 \\ a+15b-18c+5d=-14\end{array} \right. [/Tex] Solution:
Example 5: Find the augmented matrix of the system of equations, [Tex]\left\{ \begin{array}{c} -10.6x+3.1y-z=-7.8 \\ -3.2x-4.8y+1.6z=-17.2 \\ -2x-3.7y-6.6z=-8.9 \end{array} \right. [/Tex] Solution:
Example 6: Find the augmented matrix of the system of equations, [Tex] \left\{ \begin{array}{c} -10x+3y=-7 \\ -3x-4y=-17 \end{array} \right. [/Tex] Solution:
Example 7: Find the augmented matrix of the system of equations [Tex] \left\{ \begin{array}{c} 10x+9y-z= 8 \\ 2x-8y+6z=-2 \\ -7x-3y-6z=-9 \end{array} \right. [/Tex] Solution:
Practice Questions on Augmented MatrixQ1. Find the Augmented Matrix for 2x + 3y = 2 and 3x – y = 1 Q2. Find the Augmented Matrix for 2x + y = 7 and 4x – 3y + 1 = 0 Q3. Find the Augmented Matrix for 2x + 3y = 0, 3x + 4y = 5 and x + y = 1 Q4. Find the Augmented Matrix for 2x + 3y + 1 = 0 and (7 – 4x)/3 = y FAQs on Augmented MatrixWhat is Augmented Matrix?
What is the Difference between Matrix and Augmented Matrix?
How to Represent an Augmented Matrix?
How to Solve the Augmented Matrix?
What is the Use of Augmented Matrix?
How to find the Rank of the Augmented Matrix?
|
Reffered: https://www.geeksforgeeks.org
Class 12 |
Related |
---|
|
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 13 |