Physics Wallah

Matrices Formula: Definition, Properties, Types, Solution, Examples

Explore matrices formulas simplified for easy understanding. Learn matrix multiplication, determinants, and other essential concepts with straightforward explanations and examples.
authorImageRanvijay Singh4 Oct, 2023
Share

Share

Matrices Formula

A matrix is a structured arrangement of numbers, which can be either real or complex, organized in a rectangular grid format consisting of m horizontal lines (known as rows) and n vertical lines (known as columns). This grid is referred to as a matrix of order m by n, often denoted as an m × n matrix. The numbers within the matrix are enclosed within square brackets [ ] or parentheses ( ).

Introduction to Matrices

In a nutshell, the matrix described above can be represented by the notation A = [a ij ] mxn. Here, the individual numbers a11, a12, and so on, are referred to as the elements of the matrix A. Each element, denoted as a ij , belongs to the ith row and jth column, making it the (i, j)th element of the matrix A, which is written as A = [a ij ].

CBSE Class 10 Sample Paper

Important Formulas for Matrices

If A and B are square matrices of order n, and In is a corresponding unit matrix, then

  • A(adj.A) = | A | In = (adj A) A
  • | adj A | = |A| n-1 (Thus A (adj A) is always a scalar matrix)
  • adj (adj.A) = | A | n-2 A
  • adj (AB) = (adj B) (adj A)
  • adj (Am) = (adj A)m,
  • adj 0 = 0
  • A is symmetric ⇒ adj A is also symmetric
  • A is diagonal ⇒ adj A is also diagonal
  • A is triangular ⇒ adj A is also triangular
  • A is singular ⇒| adj A | = 0

Types of Matrices

(i) Symmetric matrix: A square matrix A = [a ij ] is called a symmetric matrix if a ij = a ji , for all i, j.

(ii) Skew-symmetric matrix: when a ij = – a ji

(iii) Hermitian and skew–Hermitian matrix:

(iv) Orthogonal matrix: if AAT = In = ATA

(v) Idempotent matrix: if A2 = A

(vi) Involuntary matrix: if A2 = I or A-1 = A

(vii) Nilpotent matrix: A square matrix A is nilpotent; if Ap = 0, p is an integer.

Trace of Matrix

The trace of a square matrix is the sum of the elements on the main diagonal.

(i) tr(λA_ = λ tr(A)

(ii) tr(A + B) = tr(A) + tr(B)

(iii) tr(AB) = tr(BA)

Also Check – Comparing Quantities Formula

Matrix Transpose

  • (AT)T= A
  • (A+B)T= AT + BT
  • (AB)T= BTAT
  • (kA) T = k(A) T
  • (A1A2A3…..An-1An) T = A T n A t n-1 …..A T 3 A T 2 A T 1
  • I T = I
  • tr(A) = t(A T )

Properties of Matrix Multiplication

  • AB ≠ BA
  • (AB)C = A(BC)
  • A (B + C) = AB + AC
  • (A + B)C = AC + BC

Adjoint of a Matrix

Adjoint of a Matrix

Also Check – Congruence of Triangles

Inverse of a Matrix

A-1 exists if A is non-singular, i.e.,

Inverse of a Matrix

Order of a Matrix

A matrix with m rows and n columns is designated as a matrix of order m x n.

For instance, consider the following matrix:

Order of a Matrix

Please note the following:

(a) A matrix is simply a structured arrangement of specific quantities.

(b) The elements within a matrix can consist of real or complex numbers. If all the elements in a matrix are real numbers, it is referred to as a real matrix.

(c) An m x n matrix contains a total of m * n elements.

Illustration 1: Create a 3×4 matrix A = [aij] with elements defined as a ij = 2i + 3j.

In this illustration, we will build a 3×4 matrix denoted as A, where each element a ij is determined using the formula aij = 2i + 3j.

Solution: In this particular problem, we have 'i' representing the number of rows, and 'j' representing the number of columns. By substituting the appropriate values for rows and columns into the formula a ij = 2i + 3j, we can construct the desired matrix.

Using the formula a ij = 2i + 3j:

For the 3×4 matrix A, we can compute its elements as follows:

a11 = 2(1) + 3(1) = 5

a12 = 2(1) + 3(2) = 8

a13 = 2(1) + 3(3) = 11

a14 = 2(1) + 3(4) = 14

a21 = 2(2) + 3(1) = 7

a22 = 2(2) + 3(2) = 10

a23 = 2(2) + 3(3) = 13

a24 = 2(2) + 3(4) = 16

a31 = 2(3) + 3(1) = 9

a32 = 2(3) + 3(2) = 12

a33 = 2(3) + 3(3) = 15

a34 = 2(3) + 3(4) = 18

Using these calculations, we can construct the 3×4 matrix A with the respective values for its elements.

Order of a Matrix

Also Check – Cubes and Cubes Roots Formula

Trace of a Matrix

Let A = [aij]nxn and B = [bij]nxn and λ be a scalar,

(i) tr(λA) = λ tr(A)

(ii) tr(A + B) = tr(A) + tr(B)

(iii) tr(AB) = tr(BA)

Trace of a Matrix

Transpose of Matrix

The transformation of a given matrix A by interchanging its rows and columns results in a new matrix known as the transpose of matrix A, denoted by AT or A'. According to this definition, if the original matrix A has an order of m x n, then the order of its transpose, AT, becomes n x m.

For instance, consider the transpose of a matrix:

Transpose of Matrix

Also Check – Factorization Formula

Properties of Transpose of Matrix

  • (AT)T= A
  • (ii) (A + B)T = AT+ BT
  • (iii) (AB)T = BTAT
  • (iv) (kA)T = k(A)T
  • IT = I
  • (vii) tr(A) = tr(AT)

Matrices Formula FAQs

Q1. What is a null matrix?

Ans. A null matrix is a matrix in which all its elements are zero.

Q2. What is the transpose of a matrix?

Ans. The transpose of a matrix is obtained by exchanging its rows with its columns or vice versa.

Q3. What is a diagonal matrix?

Ans. A diagonal matrix is a type of matrix where all the entries outside the main diagonal are zeros. The main diagonal runs from the top-left to the bottom-right of the matrix.

Q4. What is a square matrix?

Ans. A square matrix is a matrix in which the number of rows is equal to the number of columns, resulting in a matrix with the same number of rows and columns.

Q5. Provide the formula for finding the inverse of a matrix A.

Ans. The formula for determining the inverse of a matrix A is expressed as A-1 = Adj A / det A. Here, adj A represents the adjoint of matrix A, and det A signifies the determinant of matrix A.
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconMillions of practice questions at your fingertips
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2025 Physicswallah Limited All rights reserved.