eax
- 61
- 0
is ABCDEF = AB(C(D))EF for matricies? Also is ABCD(EFGH) = ABCDEFGH?
Thanks in advance!
Thanks in advance!
The discussion confirms that the matrix multiplication expressions ABCDEF = AB(C(D))EF and ABCD(EFGH) = ABCDEFGH are valid due to the associative property of matrix multiplication. This property allows for the grouping of matrices in any order without affecting the final product. The term C(D) is noted as ambiguous but does not impact the validity of the associative property in this context.
PREREQUISITESStudents of linear algebra, mathematicians, and anyone involved in computational mathematics or engineering who seeks to understand matrix operations and their properties.
"Yes" to both, although I am not sure what C(D) means in terms of matrix multiplication.eax said:is ABCDEF = AB(C(D))EF for matricies? Also is ABCD(EFGH) = ABCDEFGH?