Correct option is B
Correct Option: 2. A, B, C & E
Explanation:
The question tests matrix multiplication rules and the properties of transposes.
Statement A (True): results in a column vector .
Statement B (True): Since the inner dimensions match (), the product is defined.
Statement C (True): requires multiplying by The inner dimensions () do not match, so it is undefined.
Statement E (True): involves , which results in the row vector .
Information Booster:
Matrix Dimensions:
Calculation for :
Calculation for :
Additional Knowledge:
Transpose Property: . This explains why the result of is the transpose of (a row vector vs. a column vector).
Compatibility: For matrix multiplication XY to be defined, the number of columns in X must equal the number of rows in Y.