Augmented Matrix

A matrix formed by combining columns of two matrices is called Augmented Matrix. An augmented matrix is used to perform elementary row operations, solve a linear equation, and find the inverse of a matrix. Let us understand through an example.

Let’s say we have a 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], X = [Tex]\begin{bmatrix} x \\ y \\z \end{bmatrix}[/Tex]and B = [Tex]\begin{bmatrix} p_{1} \\ p_{2} \\p_{3} \end{bmatrix}[/Tex]then augmented matrix is formed between A and B. The augmented matrix for A and B is given as

[A|B] = [Tex]\left[\begin{array}{lll|l} a_1 & b_1 & c_1&p_1\\ a_2 & b_2 & c_2&p_2\\ a_3 & b_3 & c_3 &p_3\end{array}\right][/Tex]

Matrices

Matrix is a rectangular array of numbers, symbols, points, or characters each belonging to a specific row and column. A matrix is identified by its order which is given in the form of rows ⨯ and columns. The numbers, symbols, points, or characters present inside a matrix are called the elements of a matrix. The location of each element is given by the row and column it belongs to.

Matrices are important for students of class 12 and also have great importance in engineering mathematics as well. In this introductory article on matrices, we will learn about the types of matrices, the transpose of matrices, the rank of matrices, the adjoint and inverse of matrices, the determinants of matrices, and many more in detail.

Table of Content

  • What are Matrices?
    • Order of Matrix
    • Matrices Examples
  • Operation on Matrices
    • Addition of Matrices
    • Scalar Multiplication of Matrices
    • Multiplication of Matrices
    • Properties of Matrix Addition and Multiplication
    • Transpose of Matrix
    • Trace of Matrix
  • Types of Matrices
  • Determinant of a Matrix
  • Inverse of a Matrix
  • Solving Linear Equation Using Matrices
  • Rank of a Matrix
  • Eigen Value and Eigen Vectors of Matrices

Similar Reads

What are Matrices?

Matrices are rectangular arrays of numbers, symbols, or characters where all of these elements are arranged in each row and column. An array is a collection of items arranged at different locations....

Operation on Matrices

Matrices undergo various mathematical operations such as addition, subtraction, scalar multiplication, and multiplication. These operations are performed between the elements of two matrices to give an equivalent matrix that contains the elements which are obtained as a result of the operation between elements of two matrices. Let’s learn the operation of matrices....

Types of Matrices

Based on the number of rows and columns present and the special characteristics shown, matrices are classified into various types....

Determinant of a Matrix

Determinant of a matrix is a number associated with that square matrix. The determinant of a matrix can only be calculated for a square matrix. It is represented by |A|. The determinant of a matrix is calculated by adding the product of the elements of a matrix with their cofactors....

Minor of a Matrix

Minor of a matrix for an element is given by the determinant of a matrix obtained after deleting the row and column to which the particular element belongs to. Minor of Matrix is represented by Mij. Let’s see an example....

Cofactor of Matrix

Cofactor of a matrix is found by multiplying the minor of the matrix for a given element by (-1)i+j. Cofactor of a Matrix is represented as Cij. Hence, the relation between the minor and cofactor of a matrix is given as Mij = (-1)i+jMij. If we arrange all the cofactor obtained for an element then we get a cofactor matrix given as C = [Tex]\begin{bmatrix} c_{11} & c_{12}& c_{13} \\ c_{21} & c_{22} & c_{23} \\ c_{31} & c_{32} &c_{33} \\ \end{bmatrix}[/Tex]...

Adjoint of a Matrix

Adjoint is calculated for a square matrix. Adjoint of a matrix is the transpose of the cofactor of the matrix. The Adjoint of a Matrix is thus expressed as adj(A) = CT where C is the Cofactor Matrix....

Inverse of a Matrix

A matrix is said to be an inverse of matrix ‘A’ if the matrix is raised to power -1 i.e. A-1. The inverse is only calculated for a square matrix whose determinant is non-zero. The formula for the inverse of a matrix is given as:...

Elementary Operation on Matrices

Elementary Operations on Matrices are performed to solve the linear equation and to find the inverse of a matrix. Elementary operations are between rows and between columns. There are three types of elementary operations performed for rows and columns. These operations are mentioned below:...

Augmented Matrix

A matrix formed by combining columns of two matrices is called Augmented Matrix. An augmented matrix is used to perform elementary row operations, solve a linear equation, and find the inverse of a matrix. Let us understand through an example....

Solving Linear Equation Using Matrices

Matrices are used to solve linear equations. To solve linear equations we need to make three matrices. The first matrix is of coefficients, the second matrix is of variables and the third matrix is of constants. Let’s understand it through an example....

Rank of a Matrix

Rank of Matrix is given by the maximum number of linearly independent rows or columns of a matrix. The rank of a matrix is always less than or equal to the total number of rows or columns present in a matrix. A square matrix has linearly independent rows or columns if the matrix is non-singular i.e. determinant is not equal to zero. Since a zero matrix has no linearly independent rows or columns its rank is zero....

Eigen Value and Eigen Vectors of Matrices

Eigen Values are the set of scalar associated with the linear equation in matrix form. Eigenvalues are also called characteristic roots of the matrices. The vectors that are formed by using the eigenvalue to tell the direction at that points are called Eigenvectors. Eigenvalues change the magnitude of eigenvectors. Like any vector, Eigenvector doesn’t change with linear transformation....

Matrices Formulas

The basic formula for the matrices has been discussed below:...

Matrices JEE Mains Questions

Q1. The number of square matrices of order 5 with entries from the set {0, 1}, such that the sum of all the elements in each row is 1 and the sum of all the elements in each column is also 1, is...

Matrices – FAQs

What is Matrix in Math?...

Contact Us