which of the following property is matrix multiplication is correct
Answers
Answer:
option d is a correct answer
The given question is which of the following property is matrix multiplication is correct
we have to find the properties of matrix multiplication for which it was true.
Closure property:
let us consider 2 matrices A and B. where they belong to a natural number,
the product of these two numbers will also be in a natural number.
Therefore, these two numbers are closed under matrix multiplication.
Commutative property:
The numbers A and B are commutative under matrix multiplication.
Hence verified.
Associate property:
Matrix A and B are associative under matrix multiplication.
new matrix C is used here.
A*(B*C)=(A*B)*C
The identity matrix of matrix multiplication is
Hence, therefore the above-given properties are correct under matrix multiplication.
# spj6