CBSE Class 12 Mathematics

Matrices

6 sections AI-powered notes
GET THE FULL EXPERIENCE

This is the chapter notes. Students get the interactive version.

  • Ask Aarav Sir anything — instant voice + chat doubts
  • Interactive lessons with audio narration + visual diagrams
  • Study Lab — paste any photo, PDF, or YouTube link to get it explained

Matrices: Definition and Types

Matrices: Definition and Types

What is a Matrix?

Imagine you're organizing data for your school's annual sports meet — tracking scores of different houses across multiple events. Writing them in a grid makes everything clearer and more systematic. This is precisely what a matrix does in mathematics: it organizes numbers (or expressions) in a rectangular array that makes complex information manageable and operations efficient.

A matrix is an ordered rectangular arrangement of numbers, symbols, or expressions arranged in rows and columns, enclosed within square brackets [ ] or parentheses ( ).

For example:

     [  2   -3    5  ]
A =  [  1    0   -2  ]
     [  4    7    6  ]

Here, we have a neat arrangement where each position has meaning and purpose.


Understanding Order and Elements

Order of a Matrix

The order (or dimension) of a matrix tells us its size. It's written as m × n, where:

  • m = number of rows (horizontal lines)
  • n = number of columns (vertical lines)

We read this as "m by n" or "m cross n."

In the matrix A above:

  • Number of rows (m) = 3
  • Number of columns (n) = 3
  • Order = 3 × 3

Example: If a matrix B has 2 rows and 4 columns, its order is 2 × 4.

Elements of a Matrix

Each number or entry in a matrix is called an element. We denote a general element using subscript notation: aᵢⱼ, where:

  • i indicates the row number
  • j indicates the column number

So aᵢⱼ represents the element in the iᵗʰ row and jᵗʰ column.

For matrix A above:

  • a₁₁ = 2 (first row, first column)
  • a₂₃ = -2 (second row, third column)
  • a₃₂ = 7 (third row, second column)

A general matrix of order m × n can be written as:

     [  a₁₁  a₁₂  a₁₃  ...  a₁ₙ  ]
     [  a₂₁  a₂₂  a₂₃  ...  a₂ₙ  ]
A =  [  a₃₁  a₃₂  a₃₃  ...  a₃ₙ  ]
     [  ...  ...  ...  ...  ...  ]
     [  aₘ₁  aₘ₂  aₘ₃  ...  aₘₙ  ]

This is compactly written as A = [aᵢⱼ]ₘₓₙ


Types of Matrices

Just as we classify triangles by their properties, matrices are classified based on their order and the nature of their elements. Let's explore the key types:

1. Row Matrix

A matrix having only one row is called a row matrix.

Order: 1 × n (where n can be any positive integer)

Examples:

  • R₁ = [ 3 -5 0 1 ] → order 1 × 4
  • R₂ = [ 7 ] → order 1 × 1

2. Column Matrix

A matrix having only one column is called a column matrix.

Order: m × 1 (where m can be any positive integer)

Examples:

     [ 2 ]              [ -1 ]
C₁ = [ 5 ]   order 3×1,   C₂ = [  3 ]   order 2×1
     [ 0 ]              [  8 ]

3. Square Matrix

Stuck on something here?
Aarav Sir explains any part — voice or chat — 24/7.

When the number of rows equals the number of columns, we have a square matrix.

Order: n × n (also called "a square matrix of order n")

Examples:

     [ 1  2 ]              [  5   0   3 ]
S₁ = [ 3  4 ]   order 2×2,  S₂ = [ -2   1   4 ]   order 3×3
                           [  7   6  -1 ]

Important: The elements a₁₁, a₂₂, a₃₃, ..., aₙₙ form the principal diagonal (or main diagonal) of a square matrix.

4. Diagonal Matrix

A square matrix in which all elements except those on the principal diagonal are zero is called a diagonal matrix.

For a diagonal matrix A = [aᵢⱼ]: aᵢⱼ = 0 whenever i ≠ j

Examples:

     [ 3  0  0 ]              [ -2   0 ]
D₁ = [ 0  5  0 ]    D₂ =      [  0   4 ]
     [ 0  0  1 ]

Note: Diagonal elements can be zero too, but not all simultaneously.

5. Scalar Matrix

A diagonal matrix whose all diagonal elements are equal is called a scalar matrix.

Examples:

     [ 5  0  0 ]              [ -3   0 ]
S₁ = [ 0  5  0 ]    S₂ =      [  0  -3 ]
     [ 0  0  5 ]

6. Identity Matrix (Unit Matrix)

A scalar matrix in which each diagonal element is 1 is called an identity matrix. It's denoted by I or Iₙ (where n is the order).

Examples:

     [ 1  0 ]              [ 1  0  0 ]
I₂ = [ 0  1 ]    I₃ =      [ 0  1  0 ]
                           [ 0  0  1 ]

Property: The identity matrix acts as the multiplicative identity in matrix algebra (analogous to 1 in numbers).

7. Zero Matrix (Null Matrix)

A matrix in which all elements are zero is called a zero matrix or null matrix. It's denoted by O.

Examples:

     [ 0  0 ]              [ 0  0  0  0 ]
O =  [ 0  0 ]    O =       [ 0  0  0  0 ]
     [ 0  0 ]

The order can be any m × n.


Equality of Matrices

Two matrices A and B are said to be equal (written as A = B) if and only if:

  1. They have the same order (same m and n)
  2. Their corresponding elements are equal (aᵢⱼ = bᵢⱼ for all i and j)

Example:

If A = [ x   3 ]  and  B = [ 2   3 ]
       [ 1  y+2]          [ 1   5 ]

For A = B:
x = 2  and  y + 2 = 5
Therefore: x = 2, y = 3

Key Point: Matrices of different orders can never be equal, even if they contain the same numbers.


Real-World Connection

Matrices aren't just abstract mathematical objects — they're everywhere:

  • Digital images: Each pixel's color is stored as matrix elements (RGB values)
  • Economics: Input-output models representing industrial production
  • Networks: Social media connections, road maps, internet routing
  • Cryptography: Encoding and decoding secret messages
  • Physics: Quantum mechanics and transformation of coordinates

Understanding matrix types is your first step toward mastering a tool that powers modern technology, from Google's search algorithms to computer graphics in video games!


Think About It: Can a matrix be simultaneously a diagonal matrix and a scalar matrix? What about a scalar matrix and an identity matrix? Understanding these relationships deepens your grasp of matrix properties.

In this chapter

  • 1.Matrices: Definition and Types
  • 2.Operations on Matrices: Addition and Scalar Multiplication
  • 3.Operations on Matrices: Multiplication
  • 4.Transpose of a Matrix
  • 5.Symmetric and Skew-Symmetric Matrices
  • 6.Elementary Operations and Practice Problems

Frequently asked questions

What is Matrices: Definition and Types?

Imagine you're organizing data for your school's annual sports meet — tracking scores of different houses across multiple events. Writing them in a grid makes everything clearer and more systematic. This is precisely what a **matrix** does in mathematics: it organizes numbers (or expressions) in a rectangular array tha

More chapters in CBSE Class 12 Mathematics

Want the full CBSE Class 12 Mathematics experience?

Every chapter. Interactive lessons. AI teacher on tap. Study Lab for any photo or PDF. 3-day free trial — no credit card.

1000s of students
100% NCERT-aligned
Powered by AI

Install Learn Skill

Add to home screen for the best experience