Q1.

Question

 Describe the conditions under which matrices can be added or subtracted.

Step-by-Step Solution

Verified
Answer

The conditions under which matrices can be added or subtracted are that two matrices A and B should be of the same dimensions m×n wherein each element is the sum or difference of the corresponding elements.

1Step 1 - Define the first condition

Two matrices A and B should be added or subtracted if the dimensions of both the matrices are equal.

 

For example: 1021and 3121 both are the matrices of dimension 2×2, therefore, operations of addition and subtraction can be applied to them.

2Step 2 - Define the condition of matrix addition

If A and B are two matrices of order m×n, then the addition of the two matrices will also yield a matrix of order m×n wherein each element is the sum of the corresponding elements.

 

For example: 1021+3121=4142

3Step 3 - Define the condition of matrix subtraction

If A and B are two matrices of order m×n, then the subtraction of the two matrices will also yield a matrix of order m×n wherein each element is the difference of the corresponding elements.

 

For example: 10213121=2100