diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /226/CH19/EX19.9/example9_sce.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '226/CH19/EX19.9/example9_sce.sce')
-rwxr-xr-x | 226/CH19/EX19.9/example9_sce.sce | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/226/CH19/EX19.9/example9_sce.sce b/226/CH19/EX19.9/example9_sce.sce index 17aa9db26..84728ab6a 100755 --- a/226/CH19/EX19.9/example9_sce.sce +++ b/226/CH19/EX19.9/example9_sce.sce @@ -1,15 +1,16 @@ -//chapter 19
-//example 19.9
-//page 834
-printf("\n")
-printf("given")
-hFE=2000;Vbe=1.4;Vp=10;Ip=200*10^-3;Icq2=20*10^-3;Re3=4.7;Re2=4.7;Vd=.7;
-Ve1=3;Vc1=15.2;Vrc=Vc1;
-Vb=Vbe+Icq*(Re2+Re3)+Vbe
-Vcc=Vrc+Vc1+Vb
-Ib2=Ip/hFE
-Irc=1*10^-3;
-Vrcac=4;
-Rc=Vrcac/Irc
-Ic1=Vrc/Rc
+//chapter 19 +//example 19.9 +//page 834 +printf("\n") +printf("given") +hFE=2000;Vbe=1.4;Vp=10;Ip=200*10^-3;Icq2=20*10^-3;Re3=4.7;Re2=4.7;Vd=.7; +Icq=20.0*10^-3; +Ve1=3;Vc1=15.2;Vrc=Vc1; +Vb=Vbe+Icq*(Re2+Re3)+Vbe +Vcc=Vrc+Vc1+Vb +Ib2=Ip/hFE +Irc=1*10^-3; +Vrcac=4; +Rc=Vrcac/Irc +Ic1=Vrc/Rc Rb=(Vb-(4*Vd))/Ic1
\ No newline at end of file |