Ask Question
18 August, 11:46

Matrices A and B are shown below.

A = (1 0 1

1 0 0

1 1 1)

B (0 1 0

X 0 Y

1 - 1 0)

What values of x and y will make the equation AB = I true?

X=1

Y=-1

X=-1

7=-1

X=-1

Y=1

X=1

Y=1

+2
Answers (1)
  1. 18 August, 11:56
    0
    The first thing you must remember is that the product of matrices is done by multiplying rows by columns.

    For this case, the AB matrix is

    AB = [1 0 0; 0 1 0; (x + 1) 0 y]

    Equalizing the identity matrix we have

    AB = I

    [1 0 0; 0 1 0; (x + 1) 0 y] = [1 0 0; 0 1 0; 0 0 1]

    Therefore we have

    x + 1 = 0

    y = 1

    The values of x and y are

    x = - 1

    y = 1

    the answer is

    X=-1

    Y=1
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Matrices A and B are shown below. A = (1 0 1 1 0 0 1 1 1) B (0 1 0 X 0 Y 1 - 1 0) What values of x and y will make the equation AB = I ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers