Transpose of A Matrix
Transpose of A Matrix
A matrix obtained by changing the rows into columns or columns into rows of a matrix is called
transpose of that matrix.
If 𝐴 is an 𝑚 × 𝑛 matrix, then the transpose of 𝐴, 𝐴𝑇 , is an 𝑛 × 𝑚 matrix. Thus the transpose of 𝐴 is
obtained from 𝐴 by interchanging its rows and columns.
𝑎11 𝑎12 … 𝑎1𝑛 𝒂𝟏𝟏 𝒂𝟐𝟏 … 𝒂𝒎𝟏
𝑎 𝑎22 … 𝑎2𝑛 𝒂 𝒂𝟐𝟐 … 𝒂𝒎𝟐
𝐴 = [ 21 ] 𝑨𝑻 = [ 𝟏𝟐 ]
⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮
𝑎𝑚1 𝑎𝑚2 … 𝑎𝑚𝑛 𝒂𝟏𝒏 𝒂𝟐𝒏 … 𝒂𝒎𝒏
Examples:
EXERCISES 8.1
Perform the indicated operation/s using the matrices below.
2 −3 5
1 0 2 −2 0
7 −3 0 6 0 −6 𝐸=[ ]
𝐴 = [0 5 ] 𝐵 = [−3 1] 𝐶=[ ] 𝐷=[ ] 0 2 −3
7 −2 1 0 1 5 8 1 9
2 2
a. (𝐴𝑇 )𝑇 = 𝐴
b. (𝐴 + 𝐵)𝑇 = 𝐴𝑇 + 𝐵𝑇
c. (𝑟𝐴)𝑇 = 𝑟𝐴𝑇
Examples: Let
4 2 1 7
4 2 3 1 2 5 𝑇 𝑇
𝐴=[ ] & 𝐵=[ ], and 𝐴 = [2 −3] & 𝐵 = [2 8].
2 −3 4 7 8 9
3 4 5 9
1. (𝐴𝑇 )𝑇 = 𝐴
4 2 𝑇 ?
4 2 3
([2 −3]) = [ ]
2 −3 4
3 4
𝟒 𝟐 𝟑 ✓ 𝟒 𝟐 𝟑
[ ]=[ ]
𝟐 −𝟑 𝟒 𝟐 −𝟑 𝟒
2. (𝐴 + 𝐵)𝑇 = 𝐴𝑇 + 𝐵𝑇
4 2 1 7
4 2 3 1 2 5 𝑇 ?
([ ]+[ ]) = [2 −3] + [2 8]
2 −3 4 7 8 9
3 4 5 9
5 9
5 4 8 𝑇 ?
([ ]) = [4 5 ]
9 5 13
8 13
𝟓 𝟗 ✓ 𝟓 𝟗
[𝟒 𝟓 ] = [𝟒 𝟓 ]
𝟖 𝟏𝟑 𝟖 𝟏𝟑
3. (𝑟𝐴)𝑇 = 𝑟𝐴𝑇
4 2
4 2 3 𝑇 ?
(2 [ ]) = 2 [2 −3]
2 −3 4
3 4
𝑇 ? 8 4
8 4 6
([ ]) = [4 −6]
4 −6 8
6 8
𝟖 𝟒 ✓ 𝟖 𝟒
[𝟒 −𝟔] = [𝟒 −𝟔]
𝟔 𝟖 𝟔 𝟖
EXERCISES 8.2
Verify the following mathematical statements using the given matrices. Show the process completely.
3 −1
1 3 2 4 2 −1
𝐴=[ ] 𝐵=[ ] 𝐶 = [2 4 ]
2 1 −3 −2 1 5
1 2