summaryrefslogtreecommitdiff
path: root/1430/CH1/EX1.7
diff options
context:
space:
mode:
Diffstat (limited to '1430/CH1/EX1.7')
-rw-r--r--1430/CH1/EX1.7/exa1_7.sce24
-rw-r--r--1430/CH1/EX1.7/exa1_7.txt36
2 files changed, 60 insertions, 0 deletions
diff --git a/1430/CH1/EX1.7/exa1_7.sce b/1430/CH1/EX1.7/exa1_7.sce
new file mode 100644
index 000000000..634c13691
--- /dev/null
+++ b/1430/CH1/EX1.7/exa1_7.sce
@@ -0,0 +1,24 @@
+// Example 1.7
+// A Transistor Circuit
+// Enclosing the Transistor with a supernode and using KCL we get i_b as
+i_b=(10.5*10^-3)-(10*10^-3);
+// Applying KVL for the Loop CEBC we get
+v_ce=1+6;
+i_4=10*10^-3; // from the figure 1.29
+v_3=1; // from the figure 1.29
+// at node D
+i_1=i_4+(2*10^-3);
+// at node A
+i_3=(2*10^-3)-i_b;
+// Loop DCEFD
+v_4=9-v_ce
+// Loop AFDA
+v_2=v_3-9;
+disp(i_b,"Current in the Base of the Transistor,i_b(in Amps)=")
+disp(v_ce," Volatge across Collector-Emitter terminal,v_ce(in Volts)=")
+disp(i_4,"current through the Branch DC, i_4(in Amps)=")
+disp(v_3,"Voltage across the branch AF,v_3(in Volts)")
+disp(i_1,"Current through the Voltage source,i_1(in Amps)=")
+disp(i_3,"current through the branch AF,i_3(in Amps)=")
+disp(v_4,"Voltage across the Branch DC,v_4(in Volts)=")
+disp(v_2,"Voltage across the Current Source,v_2(in Volts)=")
diff --git a/1430/CH1/EX1.7/exa1_7.txt b/1430/CH1/EX1.7/exa1_7.txt
new file mode 100644
index 000000000..34e1c1fdb
--- /dev/null
+++ b/1430/CH1/EX1.7/exa1_7.txt
@@ -0,0 +1,36 @@
+
+-->exec('C:\Users\sangeet\Documents\Scilab\Circuits\Chapter 1\exa1.7.sce', -1)
+
+ Current in the Base of the Transistor,i_b(in Amps)=
+
+ 0.0005
+
+ Volatge across Collector-Emitter terminal,v_ce(in Volts)=
+
+ 7.
+
+ current through the Branch DC, i_4(in Amps)=
+
+ 0.01
+
+ Voltage across the branch AF,v_3(in Volts)
+
+ 1.
+
+ Current through the Voltage source,i_1(in Amps)=
+
+ 0.012
+
+ current through the branch AF,i_3(in Amps)=
+
+ 0.0015
+
+ Voltage across the Branch DC,v_4(in Volts)=
+
+ 2.
+
+ Voltage across the Current Source,v_2(in Volts)=
+
+ - 8.
+
+