Adding and Subtracting Matrices

Definition:

Given two matrices A and B of order (m x n)

one can add or subtract these matrices by adding or subtracting each of the respective entries of the matrix.

As we can see from this example the order of the two matrices is (m x n). The resulting matrix also has an order of (m x n). Two matrices of equal order can be added/subtracted because each entry of one has a corresponding entry in the other. In general, a matrix of order (m x n) can only be added/subtracted to another matrix of order (m x n), i.e., the number of rows and the number of columns in both matrices must be equal.

Properties of Addition:

Properties of Subtraction:

Examples:

1) Let A and B represent matrices of order (2 x 5) as follows

2) Let R and S represent two matrices whose entries are functions of a variable t. If: