summaryrefslogtreecommitdiff
path: root/1787/CH6/EX6.8/Exa6_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1787/CH6/EX6.8/Exa6_8.sce')
-rwxr-xr-x1787/CH6/EX6.8/Exa6_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1787/CH6/EX6.8/Exa6_8.sce b/1787/CH6/EX6.8/Exa6_8.sce
new file mode 100755
index 000000000..2ee2851a2
--- /dev/null
+++ b/1787/CH6/EX6.8/Exa6_8.sce
@@ -0,0 +1,12 @@
+//Exa 6.8
+clc;
+clear;
+close;
+//given data
+RL=4;//in Kohm
+VL=3;//in volt
+alfa=0.96;//unitless
+IC=VL/RL;//in mA
+IE=IC/alfa;//in mA
+IB=IE-IC;//in mA
+disp(IB,"Base current in mA : "); \ No newline at end of file