summaryrefslogtreecommitdiff
path: root/147/CH8/EX8.5/Example8_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH8/EX8.5/Example8_5.sce')
-rw-r--r--147/CH8/EX8.5/Example8_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/147/CH8/EX8.5/Example8_5.sce b/147/CH8/EX8.5/Example8_5.sce
new file mode 100644
index 000000000..1b1697072
--- /dev/null
+++ b/147/CH8/EX8.5/Example8_5.sce
@@ -0,0 +1,10 @@
+close();
+clear;
+clc;
+Ibq = 40*10^(-6); //A
+Vbb = 6; //V
+Vbeq = 0.7; //for Si transistor
+//By KVL around the base-emitter
+//Vbb = Ibq*Rb + Vbeq;
+Rb = (Vbb-Vbeq)/Ibq; //ohm
+mprintf("Rb = %0.1f k ohm",Rb/1000); \ No newline at end of file