summaryrefslogtreecommitdiff
path: root/226/CH5/EX5.13/example13_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH5/EX5.13/example13_sce.sce')
-rwxr-xr-x226/CH5/EX5.13/example13_sce.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH5/EX5.13/example13_sce.sce b/226/CH5/EX5.13/example13_sce.sce
new file mode 100755
index 000000000..0987137ab
--- /dev/null
+++ b/226/CH5/EX5.13/example13_sce.sce
@@ -0,0 +1,13 @@
+//chapter 5
+//example 5.13
+//page 211
+printf("\n")
+printf("given")
+Vce=5;Ve=Vce;Ic=5*10^-3;hFE=100;Vcc=15;Vbe=.7;
+Ie=Ic;
+Re=Ve/Ie
+Rc=(Vcc-Vce-Ve)/Ic
+I2=Ic/10
+Vb=Ve+Vbe
+R2=Vb/I2
+R1=(Vcc-Vb)/I2 \ No newline at end of file