diff options
Diffstat (limited to '1787/CH6/EX6.9/Exa6_9.sce')
-rwxr-xr-x | 1787/CH6/EX6.9/Exa6_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1787/CH6/EX6.9/Exa6_9.sce b/1787/CH6/EX6.9/Exa6_9.sce new file mode 100755 index 000000000..a08ef6e36 --- /dev/null +++ b/1787/CH6/EX6.9/Exa6_9.sce @@ -0,0 +1,11 @@ +//Exa 6.9
+clc;
+clear;
+close;
+//given data
+RL=1;//in Kohm
+VL=1.2;//in volt
+Beta=60;//unitless
+IC=VL/RL;//in mA
+IB=IC/Beta;//in mA
+disp(IB*1000,"Base current in uA : ");
\ No newline at end of file |