diff options
Diffstat (limited to '3507/CH11/EX11.11/Ex11_11.sce')
-rw-r--r-- | 3507/CH11/EX11.11/Ex11_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3507/CH11/EX11.11/Ex11_11.sce b/3507/CH11/EX11.11/Ex11_11.sce new file mode 100644 index 000000000..97928507e --- /dev/null +++ b/3507/CH11/EX11.11/Ex11_11.sce @@ -0,0 +1,13 @@ +//chapter11
+//example11.11
+//page210
+
+V_Rc=1
+gain_beta=45
+Rc=1 // kilo ohm
+
+Ic=V_Rc/Rc
+//since gain_beta=Ic/Ib
+Ib=Ic/gain_beta
+
+printf("base current = %.3f mA",Ib)
|