Matrices Notes
Matrices Notes
15 6 ⇠ First row
10 2 ⇠ Second row
13 5 ⇠ Third row
↑ ↑
First Second
Column Column
Column Matrix
Types of Matrices Square Matrix
Horizontal Matrix
Vertical Matrix
Square Matrix
Adding/Subtracting
Multiplication by Scalar
Multiplying
Given Find A + B
Properties Matrix Multiplication
Order should be same AB exist if, A = m x n & B = n x p
A+B=B+A (Commutative)
(A + B) + C = A + (B + C) (Associative)
(3, 2) (5, 1)
(2, 4)
(1, 5)
Properties of Matrix Multiplication Properties of Matrix Multiplication
1. In general, AB b BA
2. If A = O or B = O ⇒ AB = O
3. If AB = O ⇏ A = O or B = O
4. If AB = AC ⇏ B = C
5. But if B = C ⇒ AB = AC
6. AB = BA ⇒ A and B commute each other
7. And if AB = - BA then A and B anticommute each other.
8. Multiplication of diagonal matrices of the same order will be commutative
9. (A . B) . C = A . (B . C)
10. A (B + C) = AB + AC
11. (A + B) C = AC + BC
1. (AT)T = A
2. (A + B )T = AT + BT
3. (A - B )T = AT - BT
4. (kA)T = k(AT)
5. (AB)T = BTAT
6. (An)T = (AT)n
Question (JEE Main 2023) Question (JEE Main 2024)
C. 2
D. 4
Idempotent Matrix A2 = A
Involutory Matrix A2 = In
Nilpotent Matrix Ak = O
If AT = A, then A is symmetric
(2)
3. If A, B are two symmetric matrix, then 4. If A, B are two skew symmetric matrix, then
If A =
(AT)-1 = (A-1)T