← Back to All Chapters
🔠 Chapter 3 · Class 12 Maths

Matrices

Matrices are rectangular arrays of numbers that are used to represent and solve systems of linear equations. This chapter introduces the basic concepts and operations related to matrices.

5
Topics
~6
Board Marks

Topics Covered

5 Topics
📖
Matrix
Introduction to matrices · Types of matrices
📊
Operations on Matrices
Addition · Subtraction · Multiplication of matrices
🔢
Transpose of a Matrix
Definition · Properties of transpose
Symmetric and Skew-Symmetric Matrices
Definition · Properties of symmetric and skew-symmetric matrices
📝
Elementary Operations
Introduction to elementary operations · Applications in matrix inversion
Order of a Matrix
If a matrix has m rows and n columns, its order is m × n.
Matrix Addition and Subtraction
A + B = [aij + bij]
A - B = [aij - bij]
Scalar Multiplication
kA = [kaij]
Matrix Multiplication
C = A · B, where cij = Σ(aik · bkj)
condition: Number of columns in A = Number of rows in B
Transpose of a Matrix
ATij = [aji]
Properties of Transpose
(AT)T = A
(A + B)T = AT + BT
(kA)T = kAT
(AB)T = BTAT
Symmetric and Skew-Symmetric Matrices
A matrix A is symmetric if A = AT
A matrix A is skew-symmetric if AT = -A
Identity Matrix
A matrix I is an identity matrix if IA = AI = A
Zero Matrix Properties
A matrix O is a zero matrix if all its elements are zero.
kO = O for any scalar k.

Download Full Chapter

NCERT
📄 Download Full Chapter PDF (NCERT)