Types of Matrices
Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.
Practice This ConceptLearn the concept
Student-friendly explanation
A row matrix has one row; a column matrix has one column. A square matrix has equal rows and columns. A diagonal matrix is square with all non-diagonal entries zero. A scalar matrix is a diagonal matrix whose diagonal entries are equal. An identity matrix has all diagonal entries 1 and all non-diagonal entries 0. A zero matrix has every entry 0. Two matrices are equal only when they have the same order and corresponding entries equal.
How to write this in exams
- 1
Start with the exact idea
Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.
- 2
Then show how to use it
Find the order. Check whether it is square. Check zeros outside the main diagonal. Check whether diagonal entries are equal. Check whether diagonal entries are all 1 if identity is claimed. For equality, compare order first, then entries.
- 3
Add one concrete example
[[4, 0], [0, 4]] is a scalar matrix. [[1, 0], [0, 1]] is an identity matrix of order 2. [[0, 0], [0, 0]] is a zero matrix.
- 4
Avoid this incomplete answer
Calling [[2, 0], [0, 5]] a scalar matrix; it is diagonal but not scalar because diagonal entries are unequal.
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
Is [[3, 0, 0], [0, 3, 0], [0, 0, 3]] diagonal, scalar, or identity?
It is diagonal and scalar, but not identity because the diagonal entries are 3, not 1.
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?