EC > GATE 2015 SET-1 > Signals and Systems
Two sequences [a, b, c] and [A, B, C] are related as,
If another sequence [p, q, r] is derived as,
then the relationship between the sequences [p, q, r] and [a, b, c] is
A
[p q r]T = [a b c]T
B
[p q r]T = [c b a]T
C
[p q r]T = [b c a]T
D
[p q r]T = [c a b]T

Explanation

Correct : b

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