diff options
Diffstat (limited to '3630/CH10/EX10.8/Ex10_8.sce')
-rw-r--r-- | 3630/CH10/EX10.8/Ex10_8.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3630/CH10/EX10.8/Ex10_8.sce b/3630/CH10/EX10.8/Ex10_8.sce new file mode 100644 index 000000000..c14db48c2 --- /dev/null +++ b/3630/CH10/EX10.8/Ex10_8.sce @@ -0,0 +1,15 @@ +clc;
+R2=120; //Ohm
+R1=120; //Ohm
+Vcc=10; //Volt
+Vb=Vcc*(R2/(R1+R2));//Volt
+Re=3300; //Ohm
+Vbe=0.7; //Volt
+Ie=(Vb-2*Vbe)/Re; //Amperes
+hfc1=70;
+hfc2=70;
+RE=3300; //Ohm
+Rin1=hfc1*hfc2*RE; //Ohm//hfe=70 for current (Icq)
+disp('MegaOhm',Rin1/1000000,"Rin1=");//The answers vary due to round off error
+
+
|