diff options
Diffstat (limited to '226/CH5/EX5.7/example7_sce.sce')
-rwxr-xr-x | 226/CH5/EX5.7/example7_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH5/EX5.7/example7_sce.sce b/226/CH5/EX5.7/example7_sce.sce new file mode 100755 index 000000000..9c9c542b5 --- /dev/null +++ b/226/CH5/EX5.7/example7_sce.sce @@ -0,0 +1,13 @@ +//chapter 5
+//example 5.7
+//page 197
+printf("\n")
+printf("given")
+R1=33*10^3;R2=12*10^3;Rc=1.2*10^3;Re=1*10^3;
+Vcc=18;Vbe=.7;
+Vb=(Vcc*R2)/(R1+R2)
+Ve=Vb-Vbe
+Ie=(Vb-Vbe)/Re
+Ic=Ie;
+Vc=Vcc-(Ic*Rc)
+Vce=Vc-Ve
\ No newline at end of file |