MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER GRAPHICS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT correct? (A, B and C are matrices)
A
1.A = A.1
B
C(A+B) = C.A + C.B
C
A.B.C = (A.B).C = A.(B.C)
D
A.B = B.A
Explanation: 

Detailed explanation-1: -The best explanation: Matrix multiplication does not commute. We cannot switch the order of the factors and expect to end up with the same result. Hence, A.B ≠ B.A.

There is 1 question to complete.