DEMO
DEMO
🔹 Cognitive
Students will explain the definition of matrices and describe
their use in solving equations.
🔹 Procedural
Students will correctly add, subtract, and multiply matrices.
🔹 Analytical
Students will apply inverse matrices to solve systems of
equations.
Ask students:
➡ What is a matrix?
➡ "Where do you think matrices are
used in real life?"
a23 = ? a43 = ?
Matrices _____ 6 ___
Types of Matrices
Based on dimensions
Column Matrix:
A matrix with only one Column (n x 1).
Square Matrix:
A matrix where rows = columns (n × n).
Rectangular Matrix:
A matrix where rows ≠ columns (m × n).
Identity Matrix: A square matrix with 1s on the main diagonal and 0s elsewhere
To add or subtract two matrices , both should have the same dimensions
and the result will be a matrix from the same dimension
Two matrices A (of order m×n) and B (of order n×p) can be multiplied
only if the number of columns of A matches the number of rows of B
(m×n)×(n×p)=(m×p)