88.5k views
5 votes
Which statement is correct about matrix multiplication for square matrices? A) It satisfies the associative and commutative properties, but not the distributive property. B) It satisfies the associative and distributive properties, but not the commutative property. C) It satisfies the commutative property, but not the associative and distributive properties. D) It satisfies the distributive property, but not the associative and commutative properties.

User JBurace
by
6.7k points

2 Answers

5 votes

Answer:

The correct answer is option B.

Explanation:

In order to obtain the correct answer we only need to recall the basic properties of the multiplication of square matrices. Let us analyze each option.

A. The multiplication of square matrices is associative, but not commutative. About this last statement just check


\begin{pmatrix}1 & 0\\ 0 & 0 \end{pmatrix}\begin{pmatrix}0 & 0\\ 1 & 0 \end{pmatrix} = \begin{pmatrix}0 & 0\\ 0 & 0 \end{pmatrix}

but


\begin{pmatrix}0 & 0\\ 1 & 0 \end{pmatrix}\begin{pmatrix}1 & 0\\ 0 & 0 \end{pmatrix} = \begin{pmatrix}0 & 0\\ 1 & 0 \end{pmatrix}.

So, the statement is False.

B. The multiplication of square matrices is associative and distributive. Also, is not commutative, as we have seen previously. So, the statement is True.

C. We have seen that the multiplication of square matrices is not commutative. Then, the statement is False.

D. As the product of square matrices is associative, the statement is False.

User Jfly
by
6.3k points
6 votes

Checking the existence conditions for the multiplication of matrices, the following properties are valid:

1- associative:
(A*B)* C = A*(B*C)

2- distributive in relation to addition:

A*(B + C) = A*B + A*C\:\:or\:\:(A + B)*C = A*C + B*C

3- neutral element:

A*I_(n) = I_(n)*A = A, where
I_(n) is the identity matrix of order
n
p.s:. For the multiplication of matrices is not worth the commutative property.

Therefore:
Answer
B) It satisfies the associative and distributive properties, but not the commutative property.
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.