summaryrefslogtreecommitdiff
path: root/226/CH5/EX5.17/example17_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH5/EX5.17/example17_sce.sce')
-rwxr-xr-x226/CH5/EX5.17/example17_sce.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH5/EX5.17/example17_sce.sce b/226/CH5/EX5.17/example17_sce.sce
new file mode 100755
index 000000000..682442580
--- /dev/null
+++ b/226/CH5/EX5.17/example17_sce.sce
@@ -0,0 +1,13 @@
+//chapter 5
+//example 5.17
+//page 220
+printf("\n")
+printf("given")
+hFE=100;
+Rc=2.2*10^3;Rb=270*10^3;Re=1*10^3;R1=33*10^3;R2=12*10^3;
+S=1+hFE
+disp("for collector to base bias")
+S=(1+hFE)/(1+(hFE*Rc)/(Rc+Rb))
+disp(" for voltage divider bias")
+disp("S=(1+hFE)/(1+hFE*Re(Re+R1||R2))")
+S=(1+hFE)/(1+(hFE*Re)/(Re+(R1*R2)/(R1+R2))) \ No newline at end of file