7.5k views
5 votes
In matrix theory, many of the familiar properties of the real number system are not valid. If a and b are real numbers, then ab = 0 implies that a = 0 or b = 0. Find a matrix B such that AB = 0 where A = 1 0 0 0 ≠ 0 and B ≠ 0.

User Ben Xu
by
8.0k points

1 Answer

0 votes

Answer:

B=
\left[\begin{array}{ccc}0&0\\0&1\\\end{array}\right]

Explanation:

Let's do the multiplication AB.

If A=
\left[\begin{array}{ccc}1&0\\0&0\\\end{array}\right]

then the first row of A is= (1 0) by the first column of B= (0 0) is equal to zero.

the first row of A is= (1 0) by the second column of B= (0 1) is equal to zero too because 1.0+0.1=0.

the second row of A is= (0 0) by any colum of B is equal to zero too.

So we have found an example that works!

User Stefanny
by
8.9k points

No related questions found