C
CraftExam
Back to Chapter

Matrices Mind Map

Use this learning tree to open the right concept in the right order. Start with a branch, expand it, then move into the concept page you need next.

Start Chapter Quiz

Matrix and Its Order

high

A matrix is a rectangular arrangement of numbers or expressions in rows and columns, usually written inside square brackets. If it has m rows and n columns, its order is m x n.

Before any operation, write the order of each matrix. This immediately tells whether addition, equality, or multiplication is possible.

Types of Matrices

high

Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.

For classification questions, first check whether the matrix is square. Diagonal, scalar, and identity matrices must be square.

Matrix Operations

high

Matrix operations include addition, subtraction, scalar multiplication, and multiplication of matrices, each governed by order conditions.

In multiplication, check the inner dimensions first. If they match, the outer dimensions give the order of the product.

Properties of Matrix Multiplication

high

Matrix multiplication is associative and distributive wherever the products are defined, but it is not commutative in general; usually AB is not equal to BA.

Never change the order of factors unless a condition such as AB = BA is specifically given or proved.

Transpose of a Matrix

high

The transpose of a matrix A, denoted A' or A^T, is obtained by interchanging rows and columns of A.

When transposing a product, reverse the order of factors before transposing each factor.

Symmetric and Skew-Symmetric Matrices

high

A square matrix A is symmetric if A' = A. It is skew-symmetric if A' = -A.

For decomposition questions, always write A as half of (A + A') plus half of (A - A'); then identify the first part as symmetric and the second as skew-symmetric.

Invertible Matrix and Inverse by Elementary Operations

high

A square matrix A is invertible if there exists a matrix A^-1 such that AA^-1 = A^-1A = I. A square matrix is invertible only when its determinant is non-zero.

Start by checking determinant for a 2 x 2 or 3 x 3 square matrix. If determinant is zero, inverse does not exist and row-reduction work is unnecessary.

Help improve this page

Found something confusing, incorrect, or missing?