Matrices all thinking style

Table of contents
- 1. Symmetric & Skew-Symmetric Matrices
- 2. Singular & Non-Singular Matrices
- 3. Determinants
- 4. Matrix Inversion
- 5. Orthogonal Matrices
- 6. Matrix Multiplication
- 7. Matrix Equation Identity and Powers
- 8. Cramer’s Rule
- 9. Solving Systems Using Matrix Inversion
- 10. Matrix Rank
- 11. Matrix Order & Properties
- 12. Expressing a Matrix as Symmetric + Skew-Symmetric
- 13. Conditions for Unique or Infinite Solutions

All matrices things are here.
- Question :
1. Symmetric & Skew-Symmetric Matrices
18 is not important.
Used in: Q1, Q13, Q18
Concept: A matrix
A
is symmetric ifA = Aᵗ
, skew-symmetric ifA = -Aᵗ
.
2. Singular & Non-Singular Matrices
Used in: Q2, Q6
Concept: A matrix is singular if
det(A) = 0
.
3. Determinants
Used in: Q2, Q3, Q6, Q7, Q14, Q20
Concept: Determinants are scalar values used to determine invertibility.
4. Matrix Inversion
Used in: Q5, Q12, Q17, Q25
Concept: For
A⁻¹
to exist,det(A) ≠ 0
; found using adjoint/determinant or row operations.
5. Orthogonal Matrices
Used in: Q15, Q19
Concept: A matrix
A
is orthogonal ifAᵗA = I
.Orthogonal Matrices ( watch till 3.43 min )
6. Matrix Multiplication
Used in: Q21, Q22, Q23
Concept: Multiply rows of first matrix with columns of second.
7. Matrix Equation Identity and Powers
Used in: Q16, Q23
Concept: Powers and polynomials in matrix equations (
A²
,Aⁿ
, etc).Matrix Powers and Equation (watch till 4.52 and If you want can try the question too that is till 10:00 )
8. Cramer’s Rule
Used in: Q14, Q20
Concept: Solving linear systems using determinants.
9. Solving Systems Using Matrix Inversion
Used in: Q12, Q17, Q25
Concept:
AX = B ⟹ X = A⁻¹B
10. Matrix Rank
Used in: Q26
Concept: The number of non-zero rows in row-echelon form.
11. Matrix Order & Properties
Used in: Q11
Concept: Order = Rows × Columns
12. Expressing a Matrix as Symmetric + Skew-Symmetric
Used in: Q13, Q18
Concept:
A = ½(A + Aᵗ) + ½(A - Aᵗ)
13. Conditions for Unique or Infinite Solutions
Used in: Q24
Concept: Based on rank and consistency of augmented matrix.
Subscribe to my newsletter
Read articles from the_OldSchool_coder directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

the_OldSchool_coder
the_OldSchool_coder
I am a passionate full-stack web developer with expertise in designing, developing, and maintaining scalable web applications. With a strong foundation in both front-end and back-end technologies, I specialize in creating dynamic user experiences and robust server-side solutions. Proficient in modern frameworks like React, Angular, Node.js, and Django, I thrive on crafting efficient, clean code and optimizing performance. Whether building RESTful APIs, designing responsive interfaces, or deploying applications to the cloud, I bring a results-driven approach to every project.Let me know if you'd like to customize it further, perhaps including your specialties or experience level!