summaryrefslogtreecommitdiff
path: root/2582/CH1/EX1.19/Ex1_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '2582/CH1/EX1.19/Ex1_19.sce')
-rwxr-xr-x2582/CH1/EX1.19/Ex1_19.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2582/CH1/EX1.19/Ex1_19.sce b/2582/CH1/EX1.19/Ex1_19.sce
new file mode 100755
index 000000000..31b7aa804
--- /dev/null
+++ b/2582/CH1/EX1.19/Ex1_19.sce
@@ -0,0 +1,12 @@
+//Ex 1.19
+clc;clear;close;
+format('v',5);
+Beta=100;//unitless
+VBE=0.715;//V
+VEE=10;//V
+R=5.6;//kohm
+IREF=(VEE-VBE)/R;//mA
+IC1=IREF/(1+2/Beta);//mA
+disp(IC1,"Collector current in each transistor is equal as all are identical. It is(mA) : ");
+IRC=3*IC1;//mA
+disp(IRC,"Current through resistance Rc is (mA) : ");