diff options
Diffstat (limited to '2459/CH11/EX11.4')
-rw-r--r-- | 2459/CH11/EX11.4/Ex11_4.PNG | bin | 0 -> 4601 bytes | |||
-rw-r--r-- | 2459/CH11/EX11.4/Ex11_4.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH11/EX11.4/Ex11_4.PNG b/2459/CH11/EX11.4/Ex11_4.PNG Binary files differnew file mode 100644 index 000000000..94abfed6b --- /dev/null +++ b/2459/CH11/EX11.4/Ex11_4.PNG diff --git a/2459/CH11/EX11.4/Ex11_4.sce b/2459/CH11/EX11.4/Ex11_4.sce new file mode 100644 index 000000000..f2c1b38bb --- /dev/null +++ b/2459/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)
|