Matrix Types and Properties Guide
Matrix Types and Properties Guide
Note : Most Important topics are Adjoint & System of Linear Equations (Infinitely
Many Solutions)
Matrices & Determinant
Types of Matrices
1. Row Matrix : A matrix having only one row is called a row matrix or a
Definition - Matrices row vector.
2. Column Matrix: A matrix having only one column is called a column
A set of (m × n) numbers arranged in the form of an matrix or a column vector.
ordered set of m rs and n columns is called a matrix of 3. Square matrix: A matrix in which the number of rows is equal to the
order m × n. number of columns, say (n × n) is called a square matrix of order n.
4. Diagonal Matrix: A square matrix is called a diagonal matrix if all the
elements, except those in the leading diagonal, are zero.
A = [aij]n×n , aij = 0 for all i ≠ j
5. Scalar Matrix: A diagonal matrix in which all the diagonal elements
are equal is called the scalar matrix.
A square matrix A = [aij]n×n is called a scalar matrix if.
(i) aij = 0 for all i ≠ j and
(ii) aii = C for all i ∈ {1, 2, ..., n}
6. Identity or Unit Matrix: A square matrix each of whose diagonal
element is unity and each of whose non diagonal element is equal to zero
is called an identity or unit matrix.
Equality of Matrices 7. Null Matrix: A matrix whose all elements are zero is called a null
matrix or a zero matrix, represented by O.
Two matrices A = [aij]m×n and B = [bij]r×s are equal if 8. Upper Triangular Matrix: A square matrix A = [aij] is called an upper
(i) m = r, i.e., the number of rows in A equals the number of rows in B. triangular matrix if aij = 0 ∀ i > j.
(ii) n = s, i.e., the number of columns in A equals the number of columns in 9. Lower Triangular Matrix: A square matrix A = [aij] is called lower
B. triangular if aij = 0 ∀ i < j.
(iii) aij = bij for i = 1, 2, ..., m and j = 1, 2, ..., n. 10. Singular Matrix: A square matrix with zero determinant is called a
If two matrices A and B are equal, we write A = B, singular matrix.
otherwise we write A ≠ B.
Matrices & Determinant Scalar Multiplication of Matrices
If A be a given matrix and k is any scalar number real or
Sum of Matrices Complex.
Let A = [aij], B = [bij] be matrices of the same order m×n. Then matrix kA is a matrix of same order, where all the elements of kA
Then C = A + B = [cij], is a matrix of order m×n. are k times of the corresponding elements of A
Where, [cij] = [aij + bij] Properties of Multiplication by a Scalar
Properties of Matrix Addition If A = [aij] and B = [bij] are matrix of the same order and a and
(i) Matrix addition is commutative b are any scalars, then
A+B=B+A (i) ⍺ (A + B) = ⍺A + ⍺B
(ii) Matrix addition is associative (ii) (⍺ + β)A = ⍺A + βA
A + (B + C) = (A + B) + C.
(iii) ⍺(βA) = (⍺β) A.
(iv) If A is a square matrix of order ‘n’
Then |kA| = kn |A|
Transpose of a Matrix
If A be a given matrix of the order m × n then the matrix obtained by
changing the rows of A into columns and columns of A into rows is Multiplication of Matrices
called Transpose of matrix A and is denoted by A' or AT. Hence the
matrix A' is of order n × m. If A = [aij]m×p and B = [bjk]p×n
Properties of Transpose
(i) (A')' = A. Then Am×p × Bp×n = (AB)m×n
(ii) (kA)' = kA'. k being a scalar.
(iii) (A + B)' = A' + B'.
(iv) (AB)' = B'A'.
(v) (ABC)' = C'B'A'.
Matrices & Determinant Properties of Matrix Multiplication
(i) Multiplication of matrices is distributive with respect to a addition of
matrices.
Symmetric and Skew-symmetric A (B + C) = AB + AC and (A + B) C = AC + BC
Matrix
(i) A square matrix A = [aij] will be called symmetric if AT = A.
(ii) Matrix multiplication is associative if conformability is assured.
i.e. A (BC) = (AB) C.
i.e. every ijth element = jith element.
(iii) The multiplication of matrices is not always commutative. i.e. AB is not
(ii) A square matrix A = [aij] will be called skew symmetric
if AT = –A. i.e. every ijth element = -(jith element). always equal to BA.
Let A and B be symmetric matrices of the same order. (iv) Multiplication of a matrix A by a null matrix conformable with A for
Then the following hold: multiplication is a null matrix i.e. AO = O.
1. Aₙ is symmetric for all positive integers n. In particular if A be a square matrix and O be square null matrix of the
2. AB is symmetric if and only if AB = BA. same order, then OA = AO = O.
3. AB + BA is symmetric. (v) If AB = O then it does not necessarily mean that A = O or B = O.
4. AB – BA is skew - symmetric
Adjoint of Matrix
If A is a square matrix, then transpose of a matrix made from None of the matrices on the left is a null matrix whereas their products is a
cofactors of elements of A is called adjoint matrix of A. It’s null matrix.
denoted by adj A. (vi) Multiplication of matrix A by a unit matrix I :
Properties of Adjoint Matrix Let A be a m × n matrix. Then AIn = A and Im A = A..
(i) A. (Adj A) = | A | In = (adj A) . A
(vii) If A and B are square matrices of order ‘n’. Then |AB| = |A| |B|
(ii) |adj A | = | A |n–1
(iii) adj (adj A) = |A|n–2 A
(iv) (adj A)T = adj (AT)
(v) adj (AB) = (adj B) . (adj A)
(iv) Adj (A–1) = (adj A)–1
(vii) |(adj (adj (A)) | =
Matrices & Determinant
Determinants
Definition
Inverse of Matrix
A square matrix A of order n is said to be invertible or nonsingular if
there exists a square matrix B of order n such that
AB = In= BA
where In is the identity matrix of order n, B is called inverse of A and
is denoted by A–1.
(v)
Matrices & Determinant Properties of Determinants
(iii) if a determinant has any two rows (or columns) identical or
proportional, then its values is zero.
Properties of Determinants
If a determinant has all the elements zero in any row (or
column) then its values is zero.
(iv) If all the elements of any row (or column) are multiplied by
the same number, then the determinant is multiplied by that
number.
(i) The value of a determinant remains unaltered; if the rows
and columns are interchanged.
Then D’ = KD
(iv) Determinant of a skew-symmetric matrix of odd order is
(ii) If any two rows (or column) of a determinant be zero.
interchanged, the value of determinant changes in sign only.
(v) Determinant of a skew-symmetric matrix of even order is
always a perfect square.
(vi) If a determinant has all the elements zero in any row (or
column) then its values is zero.
(vii) If a determinant has any two rows (or columns) identical
or proportional, then its values is zero.
Matrices & Determinant System of Equation
Let
Let
JEE Main 2023 | 8th April S1
If |adj(adj(adj 2A))| = (16)n, then n is equal to:
Eklavya Test Series 2024
JEE Main 2024 : 6th April S2
A 2
B 4
C 3
D 6
JEE Main 2024 : 6th April S2
A 2
B 4
C 3
D 6
Solution:
JEE Main 2023 | 8th April S1
Q. Let
Q2.
If |adj(adj(adj 2A))| = (16)n, then n is equal to:
A 9
B 8
C 10
D 12
JEE Main 2023 | 8th April S1
Q. Let
Q2.
If |adj(adj(adj 2A))| = (16)n, then n is equal to:
JEE Main 2023 | 8th April S1
Q. Let
Q5.
Q2.
If |adj(adj(adj 2A))| = (16)n, then n is equal to:
JEE Main 2023 | 8th April S1
Q. Let
Q5.
Q2.
If |adj(adj(adj 2A))| = (16)n, then n is equal to:
A 9
B 8
C 10
D 12
Solution:
JEE Main 2021 | 20 July S2
Q4.
Q. Let
A 22
B 20
C 24
D 26
JEE Main 2025 | 8th April S2
Q. Let
Q7.
Q4.
Q. Let
Q7.
Q4.
Q. Let
Q7.
Q4.
A 22
B 20
C 24
D 26
Solution:
Solution:
JEE Main 2023 | 25th Jan S2
-
A
D
JEE Main 2023 | 25th Jan S2
-
A
D
Solution:
Solution:
System of Linear
Equations
If the system of equations 2x - y + z = 4,
5x + λy + 3z = 12, 100x - 47y + μz = 212
has infinitely many solutions, then λ + μ is equal to :
JEE Main 2025 : 24th Jan S1
A 56
B 59
C 57
D 55
JEE Main 2025 : 24th Jan S1
A 56
B 59
C 57
D 55
Solution:
JEE Main 2025 : 23rd Jan S1
A 20
B 10
C 6
D 12
JEE Main 2025 : 23rd Jan S1
A 20
B 10
C 6
D 12
Solution:
JEE Main 2025 | 29th Jan S2
A 3410
B 560
C 3080
D 440
JEE Main 2025 | 29th Jan S2
A 3410
B 560
C 3080
D 440
Solution:
JEE Main 2024 | 8th April S1
A -10
B -12
C -13
D -9
JEE Main 2024 | 8th April S1
A -10
B -12
C -13
D -9
Solution:
Properties &
Evaluation of
Determinants
Let M and m respectively be the maximum and the
minimum values of
Then M4 - m4 is equal to
A 1280
B 1040
C 1215
D 1295
JEE Main 2025 | 29th Jan S1
Then M4 - m4 is equal to
JEE Main 2025 | 29th Jan S1
Then M4 - m4 is equal to
JEE Main 2025 | 29th Jan S1
Then M4 - m4 is equal to
A 1280
B 1040
C 1215
D 1295
Solution:
JEE Main 2024 | 8th April S2
Q.
Q11.
A 2
B 3
C 1
D 0
JEE Main 2024 | 8th April S2
Q.
Q11.
JEE Main 2024 | 8th April S2
Q.
Q11.
JEE Main 2024 | 8th April S2
Q.
Q11.
A 2
B 3
C 1
D 0
Solution:
JEE Mains 2023
Q12.
Q.
A -1
B 0
C 1
D None
JEE Mains 2023
Q12.
Q.
JEE Mains 2023
Q12.
Q.
JEE Mains 2023
Q12.
Q.
A -1
B 0
C 1
D None
Solution:
JEE Main 2025 : 24th Jan S2
1 If the system of equations
x + 2y - 3z = 2
2x + λy + 5z = 5
14x + 3y + μz = 33
has infinitely many solutions, then λ + μ is equal to :
A 13
B 10
C 12
D 11
JEE Main 2025 : 24th Jan S2
8
1 If the system of equations
x + 2y - 3z = 2
2x + λy + 5z = 5
14x + 3y + μz = 33
has infinitely many solutions, then λ + μ is equal to :
A 13
B 10
C 12
D 11
Solution:
JEE Main 2025 : 23rd Jan S1
13
2
If A, B, and (adj(A-1) + adj(B-1)) are non-singular
matrices of same order, then the inverse of
A(adj(A-1) + adj(B-1))-1 B is equal to
C AB-1 + A-1B
D
JEE Main 2025 : 23rd Jan S1
13
2
If A, B, and (adj(A-1) + adj(B-1)) are non-singular
matrices of same order, then the inverse of
A(adj(A-1) + adj(B-1))-1 B is equal to
C AB-1 + A-1B
D
Solution:
JEE Main 2025 : 24th Jan S1
18
3 Let A be a 3 × 3 matrix such that XTAX = O for all non
zero 3 × 1 matrices
and det(adj(2(A + I))) = 2α3β5γ, α, β, γ ∈ N, then
α2 + β2 + γ2 is
JEE Main 2025 : 24th Jan S1
18
3 Let A be a 3 × 3 matrix such that XTAX = O for all non
zero 3 × 1 matrices
and det(adj(2(A + I))) = 2α3β5γ, α, β, γ ∈ N, then
α2 + β2 + γ2 is
Correct Answer : 44
Solution:
Solution:
Solution:
JEE Main 2025 : 7th April S1
4
23 Let A be a 3 × 3 matrix such that |adj(adj(adjA))| = 81
A 820
B 866
C 750
D 732
JEE Main 2025 : 7th April S1
4
23 Let A be a 3 × 3 matrix such that |adj(adj(adjA))| = 81
A 820
B 866
C 750
D 732
Solution:
JEE Main 2025 : 7th April S1
5
24 Let the system of equations:
2x + 3y + 5z = 9; 7x + 3y - 2z = 8;
12x + 3y - (4 + λ)z = 16 - μ
have infinitely many solutions. Then the radius of the
circle centred at (λ, μ) and touching the line 4x = 3y is:
A 7/5
B 21/5
C 7
D 17/5
JEE Main 2025 : 7th April S1
5
24 Let the system of equations:
2x + 3y + 5z = 9; 7x + 3y - 2z = 8;
12x + 3y - (4 + λ)z = 16 - μ
have infinitely many solutions. Then the radius of the
circle centred at (λ, μ) and touching the line 4x = 3y is:
A 7/5
B 21/5
C 7
D 17/5
Solution:
Solution:
JEE Main 2025 : 3rd April S1
6
26
Let A be a matrix of order 3 × 3 and |A| = 5 If |2 adj(3A adj
(2A))| = 2α . 3β . 5γ, α, β, γ ∈ N, then α + β + γ is equal to
A 26
B 27
C 25
D 28
JEE Main 2025 : 3rd April S1
6
26
Let A be a matrix of order 3 × 3 and |A| = 5 If |2 adj(3A adj
(2A))| = 2α . 3β . 5γ, α, β, γ ∈ N, then α + β + γ is equal to
A 26
B 27
C 25
D 28
Solution:
JEE Main 2024 : 8th April S1
5
7
Let If A3 = 4A2 - A - 21I, where I is the
A -10
B -12
C -13
D -9
JEE Main 2024 : 8th April S1
5
7
Let If A3 = 4A2 - A - 21I, where I is the
A -10
B -12
C -13
D -9
Solution:
JEE Main 2024 : 6th April S1
8
For ⍺, β ∈ R and a natural number n, let
Then 2A10 - A8 is
A 4⍺ + 2β
B 0
C 2n
D 2⍺ + 4β
JEE Main 2024 : 6th April S1
8
7
For ⍺, β ∈ R and a natural number n, let
Then 2A10 - A8 is
A 4⍺ + 2β
B 0
C 2n
D 2⍺ + 4β
Solution:
JEE Main 2024 : 29th Jan S1
9
A 9
B 17
C 3
D 5
JEE Main 2024 : 29th Jan S1
9
A 9
B 17
C 3
D 5
9 Solution:
JEE Main 2024 : 29th Jan S1
10
Let A be a square matrix such that AAT = I.
Then ½ A[(A + AT)2 + (A - AT)2] is equal to
A A2 + A T
B A3 + I
C A3 + A T
D A2 + I
JEE Main 2024 : 29th Jan S1
22
10
Let A be a square matrix such that AAT = I.
Then ½ A[(A + AT)2 + (A - AT)2] is equal to
A A2 + A T
B A3 + I
C A3 + A T
D A2 + I
22
10 Solution: