Mechanical Engineering > GATE 2014 Set-4 > Linear Algebra
Which one of the following equations is a correct identity for arbitrary 3ร—3 real matrices P, Q and R?
A
P(Q+R)=PQ+RP
B
(P-Q)2=P2-2PQ+Q2
C
det(P+Q)=det P+det Q
D
(P+Q)2=P2+PQ+QP+Q2

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science