summaryrefslogtreecommitdiff
path: root/226/CH19/EX19.12
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /226/CH19/EX19.12
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '226/CH19/EX19.12')
-rwxr-xr-x226/CH19/EX19.12/example12_sce.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/226/CH19/EX19.12/example12_sce.sce b/226/CH19/EX19.12/example12_sce.sce
new file mode 100755
index 000000000..e7bf25022
--- /dev/null
+++ b/226/CH19/EX19.12/example12_sce.sce
@@ -0,0 +1,20 @@
+//chapter 19
+//example 19.12
+//page 844
+printf("\n")
+printf("given")
+hFE7=20;Icbo=50*10^-6;hFE5=70;Vr9=3;Ip=869*10^-3;R15=1.5;R8=15*10^3;Vbe=.7;Vr11=3;Vee=20;
+R12=.01/Icbo
+R12=220;//use standard value
+R13=R12;
+Ib5=Ip/(hFE7*hFE5)
+Ic3=2*10^-3;
+R9=Vr9/Ic3
+R11=R9;
+Iq78=.1*Ip
+Vr14=Iq78*R15
+Vr15=Vr14;
+Vr10=(Vr14+Vr15)+(Vr14+Vr15)/2
+R10=Vr10/Ic3
+Ir8=(Vr11+Vbe)/R8
+R7=(Vee-(Vr11+Vbe))/Ir8 \ No newline at end of file