Chemical Engineering > GATE 2011 > Linear Algebra
Let λ1=-1 and λ2=3 be the eigenvalues and V31=(1; 0) and V32=(1; 1) be the corresponding eigenvectors of a real 2×2 matrix R3 Given that P3=(V1 V2), which ONE of the following matrices represents P3-1 R3 P3?
A
(0 -1; 3 0)
B
(0 3; -1 0)
C
(3 0; 0 -1)
D
(-1 0; 0 3)

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