Definition of Matrix

A matrix is an arrangement of numbers, variables, or expressions in rows and columns forming a rectangular or square array.

Why Matrices Are Important

Matrix Notation

Matrices are represented by capital letters such as A, B, or M. The element in the i-th row and j-th column is written as a_{ij}.

Examples of Matrices

Matrix with 2 rows and 3 columns:

2x3 matrix

Square matrix (same number of rows and columns):

2x2 square matrix

Types of Matrices

Matrix Operations

Addition and Subtraction

Matrices can be added or subtracted only if they are the same size. Each element is added or subtracted with its corresponding element.

Scalar Multiplication

Every element in the matrix is multiplied by the same number.

Matrix Multiplication

Matrix multiplication is possible only when the number of columns in the first matrix equals the number of rows in the second matrix.

Matrix multiplication is not commutative: A \times B ≠ B \times A

Video Example: Multiplying Matrices

Solved examples

Profit = Revenue − Cost

Profit matrix

Correct Answer: A

Common Mistakes

Summary

A matrix is a powerful way to organize and calculate data. By following simple rules, matrices help solve complex problems efficiently.

Related Worksheets

Related Links