Types of Matrices (आव्यूह के प्रकार) Matrices chapter Class 12 Maths का एक high-scoring topic है — और इस chapter की foundation है:
👉 Types of Matrices
अगर आपको matrices के types clearly समझ आ गए, तो:
✅ Matrix operations आसान हो जाएंगी
✅ Determinants समझ आएंगे
✅ Inverse method easy लगेगा
✅ Linear equations fast solve होंगे
Teacher Truth ⭐
👉 “Understanding matrix types is like learning the alphabet before reading a language.”
आज हम इस topic को zero से advanced level तक समझेंगे — बिल्कुल classroom teaching style में।
What is Online Reputation Management
🔥 Matrix क्या होता है? (Quick Revision)
✅ Definition:
A matrix is a rectangular arrangement of numbers in rows and columns.
👉 Hindi में:
Matrix संख्याओं का आयताकार (rectangular) arrangement होता है जो rows और columns में होता है।
Example:
[
A =
\begin{bmatrix}
1 & 2 \
3 & 4
\end{bmatrix}
]
Rows = 2
Columns = 2
👉 Order = 2 × 2
Teacher Tip ⭐
Always write order as rows × columns.
🌟 Why Types of Matrices Are Important?
Students अक्सर पूछते हैं:
“Sir, types याद क्यों करें?”
Because exam questions directly आते हैं:
✅ Identify matrix type
✅ Prove matrix property
✅ Find transpose
✅ Check symmetry
👉 Easy marks!
🎯 Classification of Matrices
Matrices को कई basis पर classify किया जाता है:
✅ Number of rows & columns
✅ Element values
✅ Special properties
✅ Mathematical behavior
Let’s go deep 🙂
✅ 1. Row Matrix (पंक्ति आव्यूह)
Definition:
A matrix having only one row is called a row matrix.
Example:
[ 3 5 7 9 ]
Order → 1 × 4
Key Features:
✔ Horizontal arrangement
✔ Easy to identify
✔ Used in data representation
Teacher Trick ⭐
👉 “Row matrix lies flat like a road.”
📚 ऐसे ही, exam-focused notes के लिए visit करें:
👉 gurugyanam.online
✅ 2. Column Matrix (स्तंभ आव्यूह)
Definition:
A matrix with only one column.
Example:
[
\begin{bmatrix}
2 \
4 \
6
\end{bmatrix}
]
Order → 3 × 1
Features:
✔ Vertical arrangement
✔ Important in vectors
Memory Trick ⭐
👉 Column stands tall like a building.
🔥 Difference Between Row and Column Matrix
| Feature | Row | Column |
| Shape | Horizontal | Vertical |
| Order | 1 × n | n × 1 |
Board loves difference questions!
✅ 3. Rectangular Matrix (आयताकार आव्यूह)
Definition:
When number of rows ≠ number of columns.
Example:
[
\begin{bmatrix}
1 & 2 & 3 \
4 & 5 & 6
\end{bmatrix}
]
Order → 2 × 3
Where Used?
✔ Data tables
✔ Programming
✔ Statistics
✅ 4. Square Matrix (वर्ग आव्यूह)
Definition:
Rows = Columns.
Example:
2 × 2
3 × 3
Example:
[
\begin{bmatrix}
1 & 2 \
3 & 4
\end{bmatrix}
]
Why Square Matrix is SUPER Important?
Because only square matrices have:
✅ Determinant
✅ Inverse
✅ Eigenvalues
✅ Trace
Teacher Truth ⭐
👉 “Square matrix is the king of matrices.”
Types of Matrices
✅ 5. Zero Matrix (शून्य आव्यूह)
Definition:
A matrix in which all elements are zero.
Example:
[
\begin{bmatrix}
0 & 0 \
0 & 0
\end{bmatrix}
]
Denoted by O.
Property:
A + O = A
Works like zero in numbers.
[
I =
\begin{bmatrix}
1 & 0 \
0 & 1
\end{bmatrix}
]
MOST IMPORTANT PROPERTY:
AI = IA = A
👉 Identity behaves like number 1.
Exam Favorite ⭐
🔥 Difference: Zero vs Identity Matrix
| Feature | Zero | Identity |
| Elements | All 0 | Diagonal 1 |
| Acts like | 0 | 1 |
✅ 7. Diagonal Matrix (विकर्ण आव्यूह)
Definition:
All non-diagonal elements are zero.
Example:
[
\begin{bmatrix}
5 & 0 & 0 \
0 & 3 & 0 \
0 & 0 & 7
\end{bmatrix}
]
Note:
Diagonal values can be anything except forced zero.
✅ 8. Scalar Matrix
Special type of diagonal matrix.
Definition:
All diagonal elements are equal.
Example:
[
\begin{bmatrix}
4 & 0 \
0 & 4
\end{bmatrix}
]
Types of Matrices
Property:
Scalar matrix = kI
Where k is constant.
🌟 Difference: Diagonal vs Scalar
| Feature | Diagonal | Scalar |
| Diagonal elements | Any | Same |
| Type | General | Special |
✅ 9. Upper Triangular Matrix
Definition:
All elements below diagonal are zero.
Example:
[
\begin{bmatrix}
2 & 3 & 5 \
0 & 4 & 6 \
0 & 0 & 7
\end{bmatrix}
]
✅ 10. Lower Triangular Matrix
All elements above diagonal are zero.
Example:
[
\begin{bmatrix}
1 & 0 & 0 \
2 & 3 & 0 \
4 & 5 & 6
\end{bmatrix}
]
🧠 Easy Trick to Remember Triangular
Upper → zeros BELOW
Lower → zeros ABOVE
Visualize triangle 🙂
🔥 11. Symmetric Matrix
Definition:
Aᵀ = A
Matrix equals its transpose.
Example:
[
\begin{bmatrix}
1 & 2 \
2 & 5
\end{bmatrix}
]
Mirror across diagonal!
Types of Matrices
✅ 12. Skew-Symmetric Matrix
Definition:
Aᵀ = –A
Important Rule:
Diagonal elements ALWAYS zero.
Why?
Because a = –a → only possible if a = 0.
Board loves this ⭐
🎯 13. Singular Matrix
If determinant = 0.
👉 No inverse exists.
✅ 14. Non-Singular Matrix
Determinant ≠ 0
Inverse exists.
VERY IMPORTANT for exams.
⚡ 15. Equal Matrices
Two matrices are equal if:
✔ Same order
✔ Corresponding elements equal
🌈 16. Orthogonal Matrix (Advanced but Important)
If:
AᵀA = I
Then matrix is orthogonal.
Used in:
📊 Computer graphics
🤖 Robotics
⚠ Common Mistakes Students Make
❌ Mixing diagonal & scalar
❌ Forgetting skew diagonal zero
❌ Thinking multiplication is commutative
❌ Ignoring order
Avoid these → Easy marks.
🏆 Board Exam Strategy
Want guaranteed marks?
Focus on:
✅ Definitions
✅ Differences
✅ Examples
✅ Properties
Teacher Secret ⭐
👉 Types of matrices questions are VERY predictable.
🧠 Memory Hacks (Topper Secrets)
⭐ Square = King
⭐ Identity = Hero
⭐ Zero = Silent
⭐ Scalar = Same
Revise once daily!
Types of Matrices
🌍 Real-Life Applications
Matrices power modern technology:
💻 Computer graphics
📡 Networks
🤖 AI
📊 Data science
🎮 Gaming
Math is everywhere!
🧪 Solved Board-Level Example
Question:
Identify matrix type:
[
\begin{bmatrix}
6 & 0 \
0 & 6
\end{bmatrix}
]
✔ Diagonal? YES
✔ Equal diagonal? YES
👉 Answer: Scalar Matrix
Types of Matrices
⭐ Most Expected Board Questions
👉 Define row matrix.
👉 Difference between diagonal & scalar.
👉 What is identity matrix?
👉 Define symmetric matrix.
👉 Singular vs non-singular.
Prepare these → Score high.
❓ Top 20 FAQs – Types of Matrices (आव्यूह के प्रकार)
Q1.Types of Matrices क्या है?
Ans. Arrangement in rows & columns.
Q2. Row matrix?
Ans. One row.
Q3. Column matrix?
Ans. One column.
Q4. Square matrix?
Ans. Rows = columns.
Q5. Zero matrix?
Ans. All elements zero.
Q6. Identity matrix?
Ans. Diagonal ones.
Q7. Diagonal matrix?
Ans. Non-diagonal zero.
8. Scalar matrix?
Ans. Equal diagonal.
9. Upper triangular?
Ans. Zeros below.
10. Lower triangular?
Ans. Zeros above.
11. Symmetric matrix?
Ans. Aᵀ = A.
Q12. Skew symmetric?
Ans. Aᵀ = –A.
Q13. Skew diagonal?
Ans. Always zero.
Q14. Singular matrix?
Ans. Determinant zero.
Q15. Non-singular?
Ans. Determinant not zero.
Q16. Equal matrices?
Ans. Same elements.
Q17. Orthogonal matrix?
Ans. AᵀA = I.
Q18. Most important type?
Ans. Square matrix.
Q19. Board exam scoring?
Ans. YES!
Q20. Best way to master?
Ans. Practice identification.
🏁 Final Teacher Advice
Matrices डरावनी नहीं हैं —
👉 They are structured and logical.
जब types clear हो जाएंगे — पूरा chapter आसान लगेगा।
Remember:
⭐ “Clarity in basics creates confidence in exams.”
Practice regularly — और Maths आपका strongest subject बन सकता है 🙂
📚 ऐसे ही, exam-focused notes के लिए visit करें:
👉 gurugyanam.online
Study smart. Stay confident. Score 95+. 🚀










