Skip to content
Mathematics · Class 12 · Matrix Algebra and Determinants · Term 1

Matrix Multiplication and its Properties

Students will learn to multiply matrices and explore the non-commutative nature of matrix multiplication.

CBSE Learning OutcomesNCERT: Matrices - Class 12

About This Topic

Matrix multiplication builds on matrix addition by requiring the number of columns in the first matrix to match the number of rows in the second. Students compute products through systematic row-by-column dot products, then verify key properties such as associativity and distributivity over addition. A central focus is the non-commutative property, where the product AB typically differs from BA, challenging intuitions from scalar arithmetic.

This topic anchors the CBSE Class 12 Matrix Algebra unit, linking to determinants, inverses, and systems of linear equations. Real-world connections include modelling economic input-output systems, computer graphics transformations, and network flows, helping students see matrices as tools for structured data analysis. Practising these operations sharpens computational accuracy and abstract reasoning, essential for higher mathematics and applications in engineering.

Active learning suits matrix multiplication perfectly because students can manipulate physical cards or digital tools to visualise row-column pairings, collaborate on verifying AB versus BA, and construct models of real processes. Such hands-on exploration makes abstract rules concrete, fosters peer teaching, and reveals patterns through trial and error.

Key Questions

  1. Analyze the conditions required for matrix multiplication to be defined.
  2. Differentiate between the product AB and BA, explaining why they are often not equal.
  3. Construct a scenario where matrix multiplication is used to model a real-world process.

Learning Objectives

  • Calculate the product of two matrices, given compatible dimensions.
  • Analyze the conditions under which matrix multiplication AB is defined, and identify the dimensions of the resulting matrix.
  • Compare the products AB and BA for given matrices A and B, demonstrating their non-commutative property.
  • Explain the row-by-column multiplication procedure using specific examples.
  • Design a simple scenario where matrix multiplication can model a real-world situation, such as resource allocation or inventory management.

Before You Start

Introduction to Matrices

Why: Students must be familiar with the definition of a matrix, its order, and how to identify its elements before learning to multiply matrices.

Matrix Addition and Scalar Multiplication

Why: Understanding how to add matrices and multiply a matrix by a scalar provides a foundation for matrix operations, though the multiplication process itself is distinct.

Key Vocabulary

Matrix MultiplicationAn operation where two matrices are multiplied to produce a third matrix. The number of columns in the first matrix must equal the number of rows in the second matrix.
Element-wise ProductA multiplication where corresponding elements of two matrices of the same dimensions are multiplied. This is different from matrix multiplication.
Order of MatricesThe dimensions of a matrix, expressed as rows x columns. This order is crucial for determining if multiplication is possible.
Dot ProductIn matrix multiplication, this refers to the sum of the products of corresponding elements from a row of the first matrix and a column of the second matrix.

Watch Out for These Misconceptions

Common MisconceptionMatrix multiplication is commutative, so AB always equals BA.

What to Teach Instead

Provide simple 2x2 counterexamples for pairs to compute; differences emerge clearly. Group discussions help students articulate why row-column order matters, building correct mental models through shared verification.

Common MisconceptionMultiply matrices element-wise, like corresponding positions.

What to Teach Instead

Demonstrate with cards representing rows and columns; students physically pair and sum to see the process. This kinesthetic approach corrects the error and reinforces the definition via active reconstruction.

Common MisconceptionAny two matrices can be multiplied regardless of dimensions.

What to Teach Instead

Use dimension-matching puzzles where incompatible pairs fail; students trial in small groups. Peer explanations during sharing clarify the column-row condition, reducing repetition of the mistake.

Active Learning Ideas

See all activities

Real-World Connections

  • In e-commerce, companies like Flipkart use matrix multiplication to calculate total sales revenue. For example, multiplying a matrix of product prices by a matrix of quantities sold can yield a revenue matrix.
  • Computer graphics designers use matrix multiplication to perform transformations on 3D models. Multiplying a vertex matrix by a transformation matrix (like rotation or scaling) changes the object's position or orientation on screen.

Assessment Ideas

Quick Check

Present students with two matrices, A (2x3) and B (3x2). Ask them: 'Can you calculate AB? What will be the dimensions of the resulting matrix? Can you calculate BA? What will be the dimensions of that resulting matrix?'

Exit Ticket

Provide students with matrices A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]]. Ask them to calculate AB and BA. On the back, ask them to write one sentence explaining why AB is not equal to BA in this case.

Discussion Prompt

Pose the question: 'Imagine you have two matrices representing student scores in different subjects across two different classes. How would you use matrix multiplication to find the total marks obtained by each student in each subject across both classes?' Facilitate a brief class discussion on setting up the matrices and performing the multiplication.

Frequently Asked Questions

What conditions define matrix multiplication?
Matrix multiplication AB is possible only if the first matrix A has m rows and n columns, and B has n rows and p columns, yielding an m by p result. Each entry is the dot product of A's row and B's column. Practise with varied sizes to master compatibility checks, vital for larger applications like systems of equations.
Why is matrix multiplication not commutative?
Unlike numbers, matrix products depend on row-column alignment, so AB uses A's rows with B's columns, while BA reverses this, often yielding different results. Verify with examples like A = [[1,2],[3,4]] and B = [[5,6],[7,8]]; AB ≠ BA. This property models real asymmetries in transformations and networks.
How can active learning help students grasp matrix multiplication properties?
Activities like pair computations of AB versus BA or group relays for associativity engage students kinesthetically. Physical manipulatives, such as row-column cards, visualise the process, while collaborative verification uncovers non-commutativity. These methods boost retention by 30-40% over lectures, as students discover rules through exploration and peer dialogue.
What are real-world uses of matrix multiplication?
In economics, Leontief models multiply input matrices for production forecasts. Graphics software chains transformation matrices for object rotations and scaling. Network analysis uses adjacency matrices to compute paths. Class projects modelling bus routes or image filters connect theory to practical problem-solving in India’s tech sector.

Planning templates for Mathematics