138k views
5 votes
1. PLEASE HELP. Consider the matrices-

1. PLEASE HELP. Consider the matrices--example-1
User Wollan
by
6.6k points

1 Answer

2 votes

Answer:

A - B = [ -1 3 ]

[ -6 2 ]

[ -4 -10 ]

Explanation:

Since Matrix A and Matrix B have the same size, then we can simply perform the operation of subtraction on each position within the matrices to get the resulting subtracted matrix.

A = [ 4 7 ] B = [ 5 4 ]

[ -3 8 ] [ 3 6 ]

[ -5 -2 ] [ -1 8 ]

A - B = [ (4 - 5) (7 - 4) ]

[ (-3 - 3) (8 - 6) ]

[ (-5 - -1) (-2 - 8) ]

A - B = [ -1 3 ]

[ -6 2 ]

[ -4 -10 ]

Cheers.

User Regmoraes
by
6.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.