- #1
magnifik
- 360
- 0
I am solving for the Y and Z parameters for the circuit below:
For Y, I used the following equations by applying current sources at the terminals
va is the node at the 2v1 dependent source
(va-v1)/0.5 + (va-v2)/1 = -2v1
I1 = v1/1 + (v1-va)/0.5
I2 = v2/0.5 + (v2-va)/1
I got Y = [3 -2/3; 0 8/3]
For Z, I used KVL by applying voltage sources at the terminals
v1 = Ia - Ib
0 = Ib - Ia + 0.5Ib
0 = Ic + 0.5(Ic + Id)
v2 = 0.5(Ic + Id)
where Ia = I1, Ib = 2v1, Ic = -2v1, and Id = I2
I got Z = [1/3 1/6; 0 1/3]
I am not sure what I am doing incorrectly here. Y should be equal to Z-1, but I am not getting that. I'm not sure if my Y parameters are wrong, Z parameters, or both. :\
For Y, I used the following equations by applying current sources at the terminals
va is the node at the 2v1 dependent source
(va-v1)/0.5 + (va-v2)/1 = -2v1
I1 = v1/1 + (v1-va)/0.5
I2 = v2/0.5 + (v2-va)/1
I got Y = [3 -2/3; 0 8/3]
For Z, I used KVL by applying voltage sources at the terminals
v1 = Ia - Ib
0 = Ib - Ia + 0.5Ib
0 = Ic + 0.5(Ic + Id)
v2 = 0.5(Ic + Id)
where Ia = I1, Ib = 2v1, Ic = -2v1, and Id = I2
I got Z = [1/3 1/6; 0 1/3]
I am not sure what I am doing incorrectly here. Y should be equal to Z-1, but I am not getting that. I'm not sure if my Y parameters are wrong, Z parameters, or both. :\
Last edited: