diff options
Diffstat (limited to '2459/CH11/EX11.5/Ex11_5.sce')
-rw-r--r-- | 2459/CH11/EX11.5/Ex11_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH11/EX11.5/Ex11_5.sce b/2459/CH11/EX11.5/Ex11_5.sce new file mode 100644 index 000000000..3b17431c6 --- /dev/null +++ b/2459/CH11/EX11.5/Ex11_5.sce @@ -0,0 +1,11 @@ +//chapter11
+//example11.5
+//page205
+
+Ie=1 //mA
+alpha=0.92
+Icbo=50d-3 //mA
+
+Ic=alpha*Ie+Icbo
+
+printf("collector current = %.3f mA \n",Ic)
|