
A matrix is a rectangular arrangement of numbers in m rows and n columns, referred to as a matrix of order m × n.

In this matrix, aij represents the element in the ith row and jth column. This matrix is denoted as [aij]m×n. The elements a11, a22, a33, etc., are the diagonal elements. The sum of these diagonal elements is referred to as the trace of A, symbolized by Tr(A).
1. Equality of matrices: Two matrices A = [aij]m×n and B = [bij]p×q are equal if m = p and n = q and aij = bij for all i and j.
2. Scalar multiplication of a matrix: If λ is a scalar, then λA = [bij]m×n where bij = λaij for all i and j.
3. Addition of matrices: If A = [aij]m×n and B = [bij]m×n are two matrices, then A+B = [aij]m×n + [bij]m×n = [cij]m×n where cij = aij +bij for all i and j.
4. Subtraction of matrices: A-B = A+(-B), where -B = ( -1)B.
5. Properties of addition and scalar multiplication:
6. Multiplication of matrices: If A = [aij]m×p and B = [bij]p×n, then AB = [cij]m×n where
7. Properties of matrix multiplication:
8. Transpose of a Matrix.
If A = [aij]m×n then the transpose of A, represented by A' or AT, is defined as A' = [aji]n×m.
9. Submatrix of a matrix: A submatrix is the matrix obtained by deleting certain rows and columns from a given matrix A.
10. Properties of determinant:
11. Singular and Non-singular matrix: A square matrix A is singular if | A | = 0 and non-singular if | A | ≠ 0.
12. Cofactor and adjoint matrix.
The cofactor matrix of a square matrix A = [aij]n×n is obtained by replacing each element of A by its corresponding cofactor. The transpose of the cofactor matrix of A is called the adjoint of A, denoted as adj A.
13. Properties of adj A.


14. System of linear equations and matrices: A system of linear equations AX = B is consistent if it has at least one solution.
(i) System of linear equations and matrix inverse:
(ii) Homogeneous system and matrix inverse:
(iii) Elementary row transformation of Matrix:
Elementary row transformations of a matrix include the following operations:
15. Characteristic Polynomial and characteristic equation.
For a square matrix A, the polynomial | A-xI | is the characteristic polynomial of A and the equation | A-xI | = 0 is the characteristic equation of A.
16. Cayley Hamilton theorem:
Every square matrix A satisfies its characteristic equation. That is, if a0xn + a1xn-1 + ..... + an-1x + an = 0 is the characteristic equation of A, then a0An + a1An-1 + ........+ an-1A + anI = 0.
17. More definitions on matrices:
| 1. What are matrices and why are they important in JEE preparation? | ![]() |
| 2. How do you calculate the determinant of a 2x2 matrix? | ![]() |
| 3. What properties of determinants should I know for the JEE exam? | ![]() |
| 4. How can I find the inverse of a matrix using determinants? | ![]() |
| 5. What types of questions related to matrices and determinants are commonly asked in the JEE? | ![]() |