Monomath – CBSE | GSEB | IB | JEE Maths by Ajay Yadav (Math King of Katargam) – 15+ Years Experience. Study Notes, Video Lessons, Formula Sheets & PYQs.
← CBSE Class 12

Matrices

Board: CBSE Class: 12

Chapter Overview

A matrix is a rectangular arrangement of numbers in rows and columns. Order is m x n. Types include row/column, square, diagonal, scalar, identity, and zero matrices. Operations include addition, scalar multiplication, and matrix multiplication (AB exists if columns of A = rows of B). Transpose, symmetric (A = AT), and skew-symmetric (A = -AT) matrices are covered.

Topics Covered

  • Matrix Types
  • Matrix Operations
  • Matrix Multiplication
  • Transpose
  • Symmetric and Skew-Symmetric
  • Invertible Matrices
  • Elementary Transformations

Key Formulas

(AB)C = A(BC)
(A+B)T = AT + BT
(AB)T = BT AT
AA^-1 = A^-1A = I

Real-World Applications

Applications: Computer graphics (transformations), economics (input-output models), physics, machine learning.

Study Tips

Tip: Practice matrix multiplication by hand
Tip: Learn transpose properties
Tip: Understand when matrices commute