Solution 19.56
Using Fig. 19.20, we obtain the equivalent circuit as shown below.
Rs I1 h11 I2
+ +
Vs V1 V1 h12 Vo + h21I1 h22 Vo RL
–
– –
We can solve this using MATLAB. First, we generate 4 equations from the given circuit.
It may help to let Vs = 10 V.
>> A=[1,0,1000,0;0,0.0001,1500,0;0,1,0,2000;0,(2*10^-6),100,-1]
U =
10