summaryrefslogtreecommitdiff
path: root/995/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH5/EX5.5/Ex5_5.sce')
-rwxr-xr-x995/CH5/EX5.5/Ex5_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/995/CH5/EX5.5/Ex5_5.sce b/995/CH5/EX5.5/Ex5_5.sce
new file mode 100755
index 000000000..c161619ba
--- /dev/null
+++ b/995/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,9 @@
+//Ex:5.5
+clc;
+clear;
+close;
+I_e=98;//in mA
+I_c=97;
+I_b=I_e-I_c;
+hfe=I_c/I_b;
+printf("Emitter current = %d mA & hfe = %d",I_b,hfe); \ No newline at end of file