Q.1 Which of the following are comfortable for addition?

A = [ 2 1 -1 3 ] , B = [ 3 1 ]
C = [ 1 0 2 -1 1 -2 ] , D = [ 2+1 3 ]
E = [ -1 0 1 2 ] and , F = [ 3 2 1+1 -4 3+2 2+1 ]

Solution:

In the above matrices following matrices are suitable for addition.

  1. A and E are conformable for addition because their order is same and both are square matrix.
  2. B and D are conformable for addition because the order is same. they have two rows and 1 Columns and both are rectangular matrices.
  3. C and F are conformable for addition because their order is same. they have three 3 rows and 2 columns and they are a rectangular matrix.

Q.2 Find the additive inverse of the following matrices.

(1)

A = [ 2 4 -2 1 ]

Solution:

Additive Inverse of a matrix is it’s negative matrix.

A = [ 2 4 -2 1 ]

Both sides multiply with (-) negative sign

-A = [ 2 4 -2 1 ] = [ -(+2) -(+4) -(-2) -(+1) ]

Additive Inverse of Matrix A

-A = [ -2 -4 2 -1 ]

(2)

B = [ 1 0 -1 2 -1 3 3 -2 1 ]

Solution:

Additive Inverse of a matrix is it’s negative matrix.

B = [ 1 0 -1 2 -1 3 3 -2 1 ]

Both sides multiply with (-) negative sign

-B = [ 1 0 -1 2 -1 3 3 -2 1 ] -B = [ -(+1) -(0) -(-1) -(+2) -(-1) -(+3) -(+3) -(-2) -(+1) ]

Additive Inverse of Matrix B

-B = [ -1 0 +1 -2 +1 -3 -3 +2 -1 ]

(3)

C = [ 4 -2 ]

Solution:

Additive Inverse of a matrix is it’s negative matrix.

C = [ 4 -2 ]

Both sides multiply with (-) negative sign

-C = [ 4 -2 ] = [ -(+4) -(-2) ]

Additive Inverse of Matrix C

-C = [ -4 2 ]

(4)

D = [ 1 0 -3 -2 2 1 ]

Solution

Additive Inverse of a matrix is it’s negative matrix.

D = [ 1 0 -3 -2 2 1 ]

Both sides multiply with (-) negative sign

-D = [ 1 0 -3 -2 2 1 ] = [ -(+1) -(0) -(-3) -(-2) -(+2) -(+1) ]

Additive Inverse of Matrix D

-D = [ -1 0 3 2 -2 -1 ]

(5)

E = [ 1 0 0 1 ]

Solution:

E = [ 1 0 0 1 ]

Additive Inverse of a matrix is it’s negative matrix.

-E = [ 1 0 0 1 ]

Both sides multiply with (-) negative sign

-E = [ -1×1 -1×0 -1×0 -1×1 ]

Additive Inverse of Matrix E

-E = [ -1 0 0 -1 ]

(6)

F = [ √3 1 -1 √2 ]

Solution:

F = [ √3 1 -1 √2 ]

Additive Inverse of a matrix is it’s negative matrix.

-F = [ √3 1 -1 √2 ]

Both sides multiply with (-) negative sign

-F = [ -1×√3 -1×1 -1×-1 -1×√2 ]

Additive Inverse of Matrix F

-F = [ -√3 -1 1 -√2 ]

Q.3 If the given below values of A, B, C, and D, then solve.

If , A = [ -1 2 2 1 ] . , B = [ 1 -1 ]
C = [ 1 -1 2 ]. , D = [ 1 2 3 -1 0 2 ]

Then Find.

(1)

A + [ 1 1 1 1 ]

Solution:

Matrix A + Given Matrix

A + [ 1 1 1 1 ]

Matrix A values

A = [ -1 2 2 1 ]

The order of matrix A and the given matrix order is same. So, they can be added easily.

= [ -1 2 2 1 ] + [ 1 1 1 1 ] = [ -1+1 2+1 2+1 1+1 ] = [ 0 3 3 2 ]

(2)

B + [ -2 3 ]

Solution:

Matrix B + Given Matrix

B + [ -2 3 ]

Matrix B values

B = [ 1 -1 ]

The order of both above matrices are same. So they can be easily added.

= [ 1 -1 ] + [ -2 3 ] = [ 1+(-2) -1+3 ] = [ -1 2 ]

(3)

C + [ -2 1 3 ]

Solution:

Matrix C + Given Matrix

C + [ -2 1 3 ]

Matrix C values

C = [ 1 -1 2 ]

Their orders are same so they can easily added.

= [ 1 -1 2 ] + [ -2 1 3 ] = [ 1+(-2) -1(1) 2+3 ] = [ -1 0 5 ]

(4)

D + [ 0 1 0 2 0 1 ]

Solution:

Matrix D + Given Matrix

D + [ 0 1 0 2 0 1 ]

Matrix D values

D = [ 1 2 3 -1 0 2 ]

Their orders are same. So, they can be added.

= [ 1 2 3 -1 0 2 ] + [ 0 1 0 2 0 1 ] = [ 1+0 2+1 3+0 -1+2 0+0 2+1 ] = [ 1 3 3 1 0 3 ]

(5)

Find the 2A

Solution:

Multiply Matrix A with 2

2 × Matrix A

Matrix A values

A = [ -1 2 2 1 ] = (2)× [ -1 2 2 1 ]

All Matrix entries Multiply with 2

= [ 2(-1) 2×2 2×2 2×1 ] = [ -2 4 4 2 ]

(6)

Find (-1)B

Solution:

Multiply Matrix B with -1

(-1) × B

Matrix B values

B = [ 1 -1 ] = -1× [ 1 -1 ]

All Matrix Entries Multiply with -1

= [ (-1)×1 (-1)×-1 ] = [ -1 1 ]

(7)

Find (-2)C

Solution:

Multiply Matrix C with -2

(-2)C

Matrix C values

C = [ 1 -1 2 ] = (-2)× [ 1 -1 2 ]

All entries multiply with -2

= [ (-2)(1) (-2)(-1) (-2)2 ] = [ -2 2 -4 ]

(8)

Find 3D

Solution:

Multiply Matrix D with 3

3 × D

Matrix D values

D = [ 1 2 3 -1 0 2 ] = (3) [ 1 2 3 -1 0 2 ]

All entries multiply with 3

= [ 3×1 3×2 3×3 3×-1 3×0 3×2 ] = [ 3 6 9 -3 0 6 ]

Q.4 Performe the indicated operations and simplify the following.

(1)

( [ 1 0 0 1 ] + [ 0 2 3 0 ] ) + [ 1 1 1 0 ]

Solution:

( [ 1 0 0 1 ] + [ 0 2 3 0 ] ) + [ 1 1 1 0 ]

1st solve the inbrackets matrices

= [ 1+0 0+2 0+3 1+0 ] + [ 1 1 1 0 ]

Perform the Addition

= [ 1 2 3 1 ] + [ 1 1 1 0 ] = [ 1+1 2+1 3+1 1+0 ] Answer , = [ 2 3 4 1 ]

(2)

[ 1 0 0 1 ] + ( [ 0 2 3 0 ] [ 1 1 1 0 ] )

Solution:

[ 1 0 0 1 ] + ( [ 0 2 3 0 ] [ 1 1 1 0 ] )

1st solve the inbrackets matrices

= [ 1 0 0 1 ] + ( [ 0 2 3 0 ] [ 1 1 1 0 ] ) = [ 1 0 0 1 ] + [ 0-1 2-1 3-1 0-0 ] = [ 1 0 0 1 ] + [ -1 1 2 0 ]

Perform the Addition

= [ 1-1 0+1 0+2 1+0 ] Answer , = [ 0 1 2 1 ]

(3)

[ 2 3 1 ] + ( [ 1 0 2 ] [ 2 2 2 ] )

Solution:

= [ 2 3 1 ] + ( [ 1 0 2 ] [ 2 2 2 ] )

1st solve the inbrackets matrices

= [ 2 3 1 ] + [ 1-2 0-2 2-2 ] = [ 2 3 1 ] + [ -1 -2 0 ]

Perform the Addition step

= [ 2+(-1) 3+(-2) 1+(0) ] = [ 2-1 3-2 1+0 ] Answer , = [ 1 1 1 ]

(4)

[ 1 2 3 -1 -1 -1 0 1 2 ] + [ 1 1 1 2 2 2 3 3 3 ]

Solution:

= [ 1 2 3 -1 -1 -1 0 1 2 ] + [ 1 1 1 2 2 2 3 3 3 ]

Perform the Addition step

= [ 1+1 2+1 3+1 -1+2 -1+2 -1+2 0+3 1+3 2+3 ] Answer , = [ 2 3 4 1 1 1 3 4 5 ]

(5)

[ 1 2 3 2 3 1 3 1 2 ] + [ 1 0 -2 -2 -1 0 0 2 -1 ]

Solution:

= [ 1 2 3 2 3 1 3 1 2 ] + [ 1 0 -2 -2 -1 0 0 2 -1 ]

Perform the Addition step

= [ 1+1 2+0 3-2 2-2 3-1 1+0 3+0 1+2 2-1 ] Answer , = [ 2 2 1 0 2 1 3 3 1 ]

(6)

( [ 1 2 0 1 ] + [ 2 1 1 0 ] ) + [ 1 1 1 1 ]

Solution:

= ( [ 1 2 0 1 ] + [ 2 1 1 0 ] ) + [ 1 1 1 1 ]

1st solve the inbrackets matrices

= [ 1+2 2+1 0+1 1+0 ] + [ 1 1 1 1 ] = [ 3 3 1 1 ] + [ 1 1 1 1 ]

Perform the Addition step

= [ 3+1 3+1 1+1 1+1 ] Answer , = [ 4 4 2 2 ]

Q.5 For the following matrices A, B, and C.

A = [ 1 2 3 2 3 1 1 -1 0 ] B = [ 1 -1 1 2 -1 2 3 1 3 ]
And ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Verify the following rules.

(1) Rule#1

A+C=C+A here (L.H.S is A+C) and (R.H.S is C+A)

L.H.S is A+C

Values of Matrices

A = [ 1 2 3 2 3 1 1 -1 0 ] C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is A + C

= [ 1 2 3 2 3 1 1 -1 0 ] + [ -1 0 0 0 -2 3 1 1 2 ]

Perform the Addition step

= [ 1-1 2+0 3+0 2+0 3-2 1+3 1+1 -1+1 0+2 ] Answer , = [ 0 2 3 2 1 4 2 0 2 ]

R.H.S is C+A

Values of Matrices

C = [ -1 0 0 0 -2 3 1 1 2 ] A = [ 1 2 3 2 3 1 1 -1 0 ]

Required is C + A

= [ -1 0 0 0 -2 3 1 1 2 ] + [ 1 2 3 2 3 1 1 -1 0 ]

Perform the Addition step

= [ -1+1 0+2 0+3 0+2 -2+3 3+1 1+1 1-1 2+0 ] Answer , = [ 0 2 3 2 1 4 2 0 2 ]

Hence Proved

(L.H.S is A+C) = (R.H.S is C+A)


(2) Rule#2

A+B=B+A here (L.H.S is A+B) and (R.H.S is B+A)

L.H.S is A+B

Values of Matrices

A = [ 1 2 3 2 3 1 1 -1 0 ] ,B = [ 1 -1 1 2 -1 2 3 1 3 ]

Required is A + B

= [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

Perform the Adiition step

= [ 1+1 2-1 3+1 2+2 3-1 1+2 1+3 -1+1 0+3 ] Answer , = [ 2 1 4 4 2 3 4 0 3 ]

R.H.S is B+A

Values of Matrices

B = [ 1 -1 1 2 -1 2 3 1 3 ] ,A = [ 1 2 3 2 3 1 1 -1 0 ]

Required is B + A

= [ 1 -1 1 2 -1 2 3 1 3 ] + [ 1 2 3 2 3 1 1 -1 0 ]

Perform the Addition step

= [ 1+1 -1+2 1+3 2+2 -1+3 2+1 3+1 1-1 3+0 ] Answer ,= [ 2 1 4 4 2 3 4 0 3 ]

Hence Proved

(L.H.S is A+B) = (R.H.S is B+A)


(3) Rule#3

B+C=C+B

(L.H.S is B+C) and (R.H.S is C+B)

L.H.S is B+C

Values of Matrices

B = [ 1 -1 1 2 -1 2 3 1 3 ] ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is B + C

= [ 1 -1 1 2 -1 2 3 1 3 ] + [ -1 0 0 0 -2 3 1 1 2 ]

Perform the Addition step

= [ -1+1 -1+0 1+0 2+0 -1-2 2+3 3+1 1+1 3+2 ] Answer ,= [ 0 -1 1 2 -3 5 4 2 5 ]

R.H.S is C+B

Values of the Matrices

C = [ -1 0 0 0 -2 3 1 1 2 ] ,B = [ 1 -1 1 2 -1 2 3 1 3 ]

Required is C + B

= [ -1 0 0 0 -2 3 1 1 2 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

Perform the Adition step

= [ -1+1 0-1 0+1 0+2 -2-1 3+2 1+3 1+1 2+3 ] Answer ,= [ 0 -1 1 2 -3 5 4 2 5 ]

Hence Proved

(L.H.S is A+B) = (R.H.S is B+A)


(4) Rule#4

A+(B+A)=2A+B

(L.H.S is A+(B+A)) and (R.H.S is 2A+B)

L.H.S is A+(B+A)

1st solve Inracket Matrices

= [ 1 2 3 2 3 1 1 -1 0 ]
+ [ 1+1 -1+2 1+3 2+2 -1+3 2+1 3+1 1-1 3+0 ]
= [ 1 2 3 2 3 1 1 -1 0 ] + [ 2 1 4 4 2 3 4 0 3 ]

Let’s performing the addition step

= [ 1+2 2+1 3+4 2+4 3+2 1+3 1+4 -1+0 0+3 ] = [ 3 3 7 6 5 4 5 -1 3 ]

R.H.S is 2A+B

Values of A and B matrix

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ]

Required is 2A + B

= 2 [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

First A matrix multiply by 2.

= [ 1×2 2×2 3×2 2×2 3×2 1×2 1×2 -1×2 0×2 ] + [ 1 -1 1 2 -1 2 3 1 3 ] = [ 2 4 6 4 6 2 2 -2 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

Let’s performing the addition step

= [ 2+1 4-1 6+1 4+2 6-1 2+2 2+3 -2+1 0+3 ] = [ 3 3 7 6 5 4 5 -1 3 ]

Hence Proved

(L.H.S is A+(B+A)) = (R.H.S is 2A+B)


(5) Rule#5

(C-B)+A=C+(A-B)

(L.H.S (C-B)+A) and (R.H.S C+(A-B))

L.H.S (C-B)+A

Values of Matrices A ,B ,and C

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -2 2 3 1 3 ]
and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is (C-B) + A

= ( [ -1 0 0 0 -2 3 1 1 2 ] [ 1 -1 1 2 -2 2 3 1 3 ] ) + A

Let’s performing C – B step

= [ -1-1 0+1 0-1 0-2 -2+2 3-2 1-3 1-1 2-3 ] + [ 1 2 3 2 3 1 1 -1 0 ] = [ -2 1 -1 -2 0 1 -2 0 -1 ] + [ 1 2 3 2 3 1 1 -1 0 ]

Let’s performing the addition step

= [ -2+1 1+2 -1+3 -2+2 0+3 1+1 -2+1 0-1 -1+0 ] = [ -1 3 2 0 3 2 -1 -1 -1 ]

R.H.S C+(A-B)

Values of Matrices A ,B ,and C

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ] and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is C + (A – B)

= C + ( [ 1 2 3 2 3 1 1 -1 0 ] [ 1 -1 1 2 -2 2 3 1 3 ] )

Let’s performing A – B step

= [ -1 0 0 0 -2 3 1 1 2 ] + [ 1-1 2+1 3-1 2-2 3+2 1-2 1-3 -1-1 0-3 ] = [ -1 0 0 0 -2 3 1 1 2 ] + [ 0 3 2 0 5 -1 -2 -2 -3 ]

Let’s performing the addition step

= [ -1+0 0+3 0+2 0+0 -2+5 3-1 1-2 1-2 2-3 ] = [ -1 3 2 0 3 2 -1 -1 -1 ]

Hence Proved

(L.H.S is (C-B)+A) = (R.H.S is C+(A-B))


(6) Rule#6

2A+B=A+(A+B)

(L.H.S 2A+B) and (R.H.S A+(A+B))

L.H.S is 2A+B

Values of Matrices A and B

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ]

Required is 2A + B

= 2 [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

First A matrix multiply by 2.

= [ 1×2 2×2 3×2 2×2 3×2 1×2 1×2 -1×2 0×2 ] + [ 1 -1 1 2 -1 2 3 1 3 ] = [ 2 4 6 4 6 2 2 -2 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

Let’s performing the addition step

= [ 2+1 4-1 6+1 4+2 6-1 2+2 2+3 -2+1 0+3 ] = [ 3 3 7 6 5 4 5 -1 3 ]

R.H.S is A+(A+B)

Values of Matrices A and B

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ]

Required is A+(A + B)

= A + ( [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ] )

1st solve the inside bracket Matrices

= [ 1 2 3 2 3 1 1 -1 0 ] + [ 1+1 2-1 3+1 2+2 3-1 1+2 1+3 -1+1 0+3 ] = [ 1 2 3 2 3 1 1 -1 0 ] + [ 2 1 4 4 2 3 4 0 3 ]

Let’s performing the addition step

= [ 1+2 2+1 3+4 2+4 3+2 1+3 1+4 -1+0 0+3 ] = [ 3 3 7 6 5 4 5 -1 3 ]

Hence Proved

(L.H.S is 2A+B) = (R.H.S is A+(A+B))


(7) Rule#7

(C-B)-A=(C-A)-B

(L.H.S (C-B)-A) and (R.H.S (C-A)-B)

L.H.S is (C-B)-A

Values of Matrices A, B, and C.

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ] and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is (C – B)-A

= ( [ -1 0 0 0 -2 3 1 1 2 ] [ 1 -1 1 2 -1 2 3 1 3 ] ) [ 1 2 3 2 3 1 1 -1 0 ] = [ -1-1 0+1 0-1 0-2 -2+1 3-2 1-3 1-1 2-3 ] [ 1 2 3 2 3 1 1 -1 0 ] = [ -2 1 -1 -2 -1 1 -2 0 -1 ] [ 1 2 3 2 3 1 1 -1 0 ]

Let’s performing the subtraction step

= [ -2-1 1-2 -1-3 -2-2 -1-3 1-1 -2-1 0+1 -1-0 ] = [ -3 -1 -4 -4 -4 0 -3 1 -1 ]

R.H.S is (C-A)-B

Values of Matrices A, B, and C.

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ] and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is (C – A)-B

= ( [ -1 0 0 0 -2 3 1 1 2 ] [ 1 2 3 2 3 1 1 -1 0 ] ) [ 1 -1 1 2 -1 2 3 1 3 ]

First solve inbracket Matrices

= [ -1-1 0-2 0-3 0-2 -2-3 3-1 1-1 1+1 2-0 ] [ 1 -1 1 2 -1 2 3 1 3 ] = [ -2 -2 -3 -2 -5 2 0 2 2 ] [ 1 -1 1 2 -1 2 3 1 3 ]

Let’s performing the subtraction step

= [ -2-1 -2+1 -3-1 -2-2 -5+1 2-2 0-3 2-1 2-3 ] = [ -3 -1 -4 -4 -4 0 -3 1 -1 ]

Hence Proved (L.H.S is (C-B)-A) = (R.H.S is (C-A)-B)


(8) Rule#8

(A+B)+C=A+(B+C)

(L.H.S is (A+B)+C) and (R.H.S is A+(B+C))

L.H.S is (A+B)+C

Values of Matrices A ,B and ,C

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ] and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is (A + B)+C

= ( [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ] ) + [ -1 0 0 0 -2 3 1 1 2 ]

First solve inbracket Matrices.

= [ 1+1 2-1 3+1 2+2 3-1 1+2 1+3 -1+1 0+3 ] + [ -1 0 0 0 -2 3 1 1 2 ] = [ 2 1 4 4 2 3 4 0 3 ] + [ -1 0 0 0 -2 3 1 1 2 ]

Let’s performing the addition step

= [ 2-1 1+0 4+0 4+0 2-2 3+3 4+1 0+1 3+2 ] = [ 1 1 4 4 0 6 5 1 5 ]

R.H.S is A+(B+C)

Values of Matrices A ,B and ,C

A = [ 1 2 3 2 3 1 1 -1 0 ] B= [ 1 -1 1 2 -1 2 3 1 3 ] and ,C = [ -1 0 0 0 -2 3 1 1 2 ]

Required is A+ (B + C)

= [ 1 2 3 2 3 1 1 -1 0 ] + ( [ 1 -1 1 2 -1 2 3 1 3 ] + [ -1 0 0 0 -2 3 1 1 2 ] )

First solve inbracket Matrices.

= [ 1 2 3 2 3 1 1 -1 0 ] + [ 1-1 -1+0 1+0 2+0 -1-2 2+3 3+1 1+1 3+2 ] = [ 1 2 3 2 3 1 1 -1 0 ] + [ 0 -1 1 2 -3 5 4 2 5 ]

Let’s performing the addition step

= [ 1+0 2-1 3+1 2+2 3-3 1+5 1+4 -1+2 0+5 ] = [ 1 1 4 4 0 6 5 1 5 ]

Hence Proved (L.H.S is (A+B)+C) = (R.H.S is A+(B+C))


(9) Rule#9

A+(B-C)=(A-C)+B

(L.H.S is A+(B-C)) and (R.H.S is (A-C)+B)

L.H.S is A+(B-C)

Values of Matrices A, B, and C.

Required is A +(B – C)

= [ 1 2 3 2 3 1 1 -1 0 ] + ( [ 1 -1 1 2 -1 2 3 1 3 ] [ -1 0 0 0 -2 3 1 1 2 ] )

1st solve bracket Matrices.

= [ 1 2 3 2 3 1 1 -1 0 ] + [ 1+1 -1-0 1-0 2-0 -1+2 2-3 3-1 1-1 3_2 ] = [ 1 2 3 2 3 1 1 -1 0 ] + [ 2 -1 1 2 1 -1 2 0 1 ]

Let’s performing the addition step

= [ 1+2 2-1 3+1 2+2 3+1 1-1 1+2 -1+0 0+1 ] = [ 3 1 4 4 4 0 3 -1 1 ]

R.H.S is (A-C)+B

Values of Matrices A, B, and C.

Required is (A – C)+ B

= ( [ 1 2 3 2 3 1 1 -1 0 ] [ -1 0 0 0 -2 3 1 1 2 ] ) + [ 1 -1 1 2 -1 2 3 1 3 ]

1st solve bracket Matrices.

= [ 1+1 2-0 3-0 2-0 3+2 1-3 1-1 -1-1 0-2 ] + [ 1 -1 1 2 -1 2 3 1 3 ] = [ 2 2 3 2 5 -2 0 -2 -2 ] + [ 1 -1 1 2 -1 2 3 1 3 ]

Let’s performing the addition step

= [ 2+1 2-1 3+1 2+2 5-1 -2+2 0+3 -2+1 -2+3 ] = [ 3 1 4 4 4 0 3 -1 1 ]

Hence Proved (L.H.S is A+(B-C)) = (R.H.S is (A-C)+B)


(10) Rule#10

2A+2B=2(A+B)

(L.H.S is 2A+2B) and (R.H.S is 2(A+B))

L.H.S is 2A+2B

Values of Matrices A and B

Required is 2A + 2B

= 2 [ 1 2 3 2 3 1 1 -1 0 ] + 2 [ 1 -1 1 2 -1 2 3 1 3 ]

1st both Matrices Multiply with 2.

= [ 2×1 2×2 2×3 2×2 2×3 2×1 2×1 2×-1 2×0 ] + [ 2×1 2×-1 2×1 2×2 2×-1 2×2 2×3 2×1 2×3 ] = [ 2 4 6 4 6 2 2 -2 0 ] + [ 2 -2 2 4 -2 4 6 2 6 ]

Let’s performing the addition step

= [ 2+2 4-2 6+2 4+4 6-2 2+4 2+6 -2+2 0+6 ] = [ 4 2 8 8 4 6 8 0 6 ]

R.H.S is 2(A+B)

Values of Matrices A and B

Required is 2(A + B)

= 2 ( [ 1 2 3 2 3 1 1 -1 0 ] + [ 1 -1 1 2 -1 2 3 1 3 ] )

First solve bracket Matrices.

= 2 [ 1+1 2-1 3+1 2+2 3-1 1+2 1+3 -1+1 0+3 ] = 2 [ 2 1 4 4 2 3 4 0 3 ]

Matrix elements multiply with 2.

= [ 2×2 2×1 2×4 2×4 2×2 2×3 2×4 2×0 2×3 ] = [ 4 2 8 8 4 6 8 0 6 ]

Hence Proved (L.H.S is 2A+2B = (R.H.S is 2(A+B))

Q.7

If , 2 [ 2 4 -3 a ] +3 [ 1 b 8 -4 ] = [ 7 10 18 1 ]

Find the values of (a) and (b).

Solution:

Given equation

= 2 [ 2 4 -3 a ] +3 [ 1 b 8 -4 ] = [ 7 10 18 1 ]

Required is find values of (a) and (b)

= 2 [ 2 4 -3 a ] +3 [ 1 b 8 -4 ] = [ 7 10 18 1 ]

Perform the multiplication step

[ 2×2 2×4 2×-3 2×a ] + [ 3×1 3×b 3×8 3×-4 ] = [ 7 10 18 1 ] [ 4 8 -6 2a ] + [ 3 3b 24 -12 ] = [ 7 10 18 1 ]

Perform the addition step

[ 4+3 8+3b -6+24 2a-12 ] = [ 7 10 18 1 ]

8+3b is equal to 10 (8+3b=10)

2a-12 is equal to 1 (2a-12=1)

1st find the value of (a).

2a-12=1

2a=1+12=13

So the value of (a) is , a= 13 2

2nd find the value of (b).

8+3b=10

3b=10-8

3b=2

So the value of (b) is ,b= 2 3