Transpose of a Matrix
The transpose of a matrix A, denoted A' or A^T, is obtained by interchanging rows and columns of A.
Practice This ConceptLearn the concept
Student-friendly explanation
If A = [a_ij] has order m x n, then A' = [a_ji] has order n x m. This means the entry originally in row i and column j moves to row j and column i, so transpose changes positions but not the numerical values or signs. It works entry-wise over addition and scalar multiplication, but for a product it reverses the factor order: the transpose of AB is B'A', not A'B'. This reversal is important because matrix multiplication depends on order and AB and BA may be different or one of them may be undefined.
How to write this in exams
- 1
Start with the exact idea
The transpose of a matrix A, denoted A' or A^T, is obtained by interchanging rows and columns of A.
- 2
Then show how to use it
Write entries of each column as a row. Change order from m x n to n x m. For sums, transpose each term. For products, reverse factor order and transpose each factor.
- 3
Add one concrete example
If A = [[1, 2, 3], [4, 5, 6]], then A' = [[1, 4], [2, 5], [3, 6]].
- 4
Avoid this incomplete answer
Changing signs while taking transpose; transpose changes positions only, not signs.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
If A is of order 3 x 2, what is the order of A'?
A' has order 2 x 3.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?