diff options
Diffstat (limited to '135/CH5/EX5.18/EX18.sce')
-rwxr-xr-x | 135/CH5/EX5.18/EX18.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/135/CH5/EX5.18/EX18.sce b/135/CH5/EX5.18/EX18.sce new file mode 100755 index 000000000..307dca50a --- /dev/null +++ b/135/CH5/EX5.18/EX18.sce @@ -0,0 +1,8 @@ +// Example 5.18: Emitter current in transistor Q3
+clc, clear
+bta=100;
+VBE=0.75; // in volts
+// From Fig. 5.32
+I=(10-VBE)/4.7; // in mili-amperes
+IE=I/2; // in mili-amperes
+disp(IE,"Emitter current in transistor Q3 (mA) =");
\ No newline at end of file |