summaryrefslogtreecommitdiff
path: root/3630/CH9/EX9.15/Ex9_15.sce
blob: 9160cbe91fd9c0f2f3c78e45b4af436ef1c91372 (plain)
1
2
3
4
5
6
7
8
clc;
re=25; //Ohm
Hfe=200; 
Zbase=Hfe*re; //Ohm
rE=200; //Ohm
Zbase=Hfe*(re+rE); //Ohm
disp('kohm',Zbase/1000,"Zbase=");//The answers vary due to round off error