summaryrefslogtreecommitdiff
path: root/226/CH19/EX19.11/example11_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH19/EX19.11/example11_sce.sce')
-rwxr-xr-x226/CH19/EX19.11/example11_sce.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/226/CH19/EX19.11/example11_sce.sce b/226/CH19/EX19.11/example11_sce.sce
new file mode 100755
index 000000000..b2e4e5169
--- /dev/null
+++ b/226/CH19/EX19.11/example11_sce.sce
@@ -0,0 +1,20 @@
+//chapter 19
+//example 19.11
+//page 843
+printf("\n")
+printf("given")
+Rl=16;Po=6;Vbe=.7;
+Vp=sqrt(2*Rl*Po)
+Vr14=.1*Vp;Vr15=Vr14;
+R14=.1*Rl;R15=R14;
+Vce3=1;Vce4=Vce3;
+Vr9=3;Vr11=Vr9;
+Vcc=(Vp+Vr14+Vbe+Vce3+Vr9)
+Vee=-Vcc;
+Ip=Vp/Rl
+disp(" DC power inpit from supply line")
+Pi=(Vcc-Vee)*.35*Ip
+disp(" output transistor specification")
+Pt=.5*(Pi-Po)
+Vce=2*Vcc
+Ic=1.1*Ip \ No newline at end of file