diff options
Diffstat (limited to '3507/CH11/EX11.4/Ex11_4.sce')
-rw-r--r-- | 3507/CH11/EX11.4/Ex11_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH11/EX11.4/Ex11_4.sce b/3507/CH11/EX11.4/Ex11_4.sce new file mode 100644 index 000000000..f2c1b38bb --- /dev/null +++ b/3507/CH11/EX11.4/Ex11_4.sce @@ -0,0 +1,11 @@ +//chapter11
+//example11.4
+//page205
+
+Ic=0.95
+Ib=0.05
+
+Ie=Ib+Ic
+alpha=Ic/Ie
+
+printf("amplification factor = %.3f \n",alpha)
|