summaryrefslogtreecommitdiff
path: root/226/CH5/EX5.21/example21_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH5/EX5.21/example21_sce.sce')
-rwxr-xr-x226/CH5/EX5.21/example21_sce.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH5/EX5.21/example21_sce.sce b/226/CH5/EX5.21/example21_sce.sce
new file mode 100755
index 000000000..229e645c3
--- /dev/null
+++ b/226/CH5/EX5.21/example21_sce.sce
@@ -0,0 +1,10 @@
+//chapter 5
+//example 5.21
+//page 227
+printf("\n")
+printf("given")
+Vcc=15;Rc=3.3*10^3;Vbe=.7;Rb=56*10^3;
+Ic=Vcc/Rc
+Ib=(Vcc-Vbe)/Rb
+hFE=Ic/Ib;
+printf(" minimum hFE is %3.2f\n",hFE) \ No newline at end of file