Key Points
Matrices
Matrix Definition and Order
A matrix is a rectangular array of numbers or functions, called elements, arranged in rows and columns. A matrix with rows and columns has an order of .
Equality of Matrices
Two matrices and are equal if they have the same order and their corresponding elements are equal. This means for all values of and .
Types of Matrices
Key types include: Column Matrix (one column), Row Matrix (one row), Square Matrix (number of rows equals number of columns), and Zero or Null Matrix (all elements are zero).
Diagonal, Scalar, and Identity Matrices
A square matrix is a Diagonal Matrix if all its non-diagonal elements are zero. A diagonal matrix is a Scalar Matrix if all its diagonal elements are equal. A square matrix is an Identity Matrix, denoted by , if all its diagonal elements are 1 and all other elements are 0.
Matrix Addition
The sum of two matrices of the same order is a matrix obtained by adding their corresponding elements. If and , then . Matrix addition is commutative and associative.
Scalar Multiplication of a Matrix
To multiply a matrix by a scalar constant , we multiply every element of by . The resulting matrix is .
Condition for Matrix Multiplication
The product of two matrices and , denoted , is defined only if the number of columns in matrix is equal to the number of rows in matrix .
Matrix Multiplication Process
If is an matrix and is an matrix, their product is an matrix , where . This is the sum of products of elements of the -th row of with the -th column of .
Properties of Matrix Multiplication
Matrix multiplication is associative, so . It is distributive, so . However, it is not commutative in general, so . The product of two non-zero matrices can be a zero matrix.
Transpose of a Matrix
The transpose of a matrix , denoted by or , is obtained by interchanging its rows and columns. If the order of is , the order of is .
Properties of Transpose
Important properties of the transpose are: , , , and the reversal law for multiplication .
Symmetric Matrix
A square matrix is called symmetric if its transpose is equal to the matrix itself, which means . In a symmetric matrix, for all and .
Skew-Symmetric Matrix
A square matrix is called skew-symmetric if its transpose is equal to its negative, which means . In a skew-symmetric matrix, for all , and all diagonal elements are zero.
Decomposition into Symmetric and Skew-Symmetric
Any square matrix can be expressed as the sum of a symmetric matrix and a skew-symmetric matrix , where and .
Invertible Matrix
A square matrix is invertible if there exists a square matrix of the same order such that , where is the identity matrix. The matrix is called the inverse of and is denoted by .
Properties of Inverse Matrices
The inverse of a square matrix, if it exists, is unique. If and are invertible matrices of the same order, then . This is known as the reversal law for inverses.
Quick Revision Tips
- • Review these points before exams
- • Make flashcards for better retention
- • Connect points to real-world examples
- • Practice explaining each point in your own words