EC > GATE 2014 SET-1 > Two Port Networks
A two-port network has scattering parameters given by S = [s11 s12; s21 s22]. If the port-2 of the two-port is short circuited, the s11 parameter for the resultant one-port network is
A
s11 - (s11s22 - s12s21)/(1 + s22)
B
s11 + (s11s22 - s12s21)/(1 + s22)
C
s11 + (s11s22 + s12s21)/(1 - s22)
D
s11 - (s11s22 + s12s21)/(1 - s22)

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