Important Formulas and Concepts on Matrices

Some of the important formulas and concepts that will help to solve the question based on the matrices are mentioned below.

Order of Matrices

Order of a Matrix tells about the number of rows and columns present in a matrix. The order of a matrix is represented as the number of rows times the number of columns. Let’s say if a matrix has 4 rows and 5 columns then the order of the matrix will be 4⨯5.

Transpose of a Matrix

Transpose of a Matrix is the rearrangement of row elements in column and column elements in a row to yield an equivalent matrix. A matrix in which the elements of the row of the original matrix are arranged in columns or vice versa is called Transpose Matrix. The transpose matrix is represented as AT. if A = [aij]mxn , then AT = [bij]nxm where bij = aji.

Properties of the transpose of a matrix are mentioned below:

  • (AT)T = A
  • (A+B)T = AT + BT
  • (AB)T = BTAT

Trace of Matrix

Trace of a Matrix is the sum of the principal diagonal elements of a square matrix. Trace of a matrix is only found in the case of a square matrix because diagonal elements exist only in square matrices.

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.

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.

Must Read

Adjoint of 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.

Read

Types of Matrices

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

  • Row Matrix: A Matrix in which there is only one row and no column is called Row Matrix.
  • Column Matrix: A Matrix in which there is only one column and now row is called a Column Matrix.
  • Horizontal Matrix: A Matrix in which the number of rows is less than the number of columns is called a Horizontal Matrix.
  • Vertical Matrix: A Matrix in which the number of columns is less than the number of rows is called a Vertical Matrix.
  • Idempotent Matrix: A matrix is said to be idempotent if A2 = A

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:

A-1 = adj(A)/det(A) = (1/|A|)(Adj A), where |A| should not be equal to zero, which means matrix A should be non-singular.

Read More

Matrices Formulas

Basic formula for the matrices are discussed below:

  • A-1 = adj(A)/|A|
  • A(adj A) = (adj A)A = I, where I is an Identity Matrix
  • |adj A| = |A|n-1 where n is the order of matrix A
  • adj(adj A) = |A|n-2A where n is the order of the matrix
  • |adj(adj A)| = |A|(n-1)2
  • adj(AB) = (adj B)(adj A)
  • adj(Ap) = (adj A)p
  • adj(kA) = kn-1(adj A) where k is any real number
  • adj(I) = I
  • adj 0 = 0
  • If A is symmetric then adj(A) is also symmetric
  • If A is a diagonal Matrix then adj(A) is also a diagonal matrix
  • If A is a triangular matrix then adj(A) is also a triangular matrix
  • If A is a singular Matrix then |adj A| = 0
  • (AB)-1 = B-1A-1

Practice Questions on 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.

Practice Questions on Matrices

Similar Reads

Important Formulas and Concepts on Matrices

Some of the important formulas and concepts that will help to solve the question based on the matrices are mentioned below....

Practice Questions on Matrices

Question 1: Find x so that [Tex]\begin{bmatrix}1 & x & 1\\\end{bmatrix} \begin{bmatrix}1 & 3 & 2\\0 & 5 & 1\\0 & 3 & 2\\\end{bmatrix} \begin{bmatrix}1\\1\\x\\\end{bmatrix} = 0[/Tex]...

Examples of Matrices problems with Solution

Question 1: If (A+B)2= A2 +2AB+ B2 then what can we say about A and B? (Assume AB and BA exists)...

Practice Questions on Matrices – FAQs

What are the necessary conditions for 2 matrix to multiply?...