summaryrefslogtreecommitdiff
path: root/1430/CH2/EX2.11
diff options
context:
space:
mode:
Diffstat (limited to '1430/CH2/EX2.11')
-rw-r--r--1430/CH2/EX2.11/exa2_11.sce10
-rw-r--r--1430/CH2/EX2.11/exa2_11.txt8
2 files changed, 18 insertions, 0 deletions
diff --git a/1430/CH2/EX2.11/exa2_11.sce b/1430/CH2/EX2.11/exa2_11.sce
new file mode 100644
index 000000000..6dffa28d0
--- /dev/null
+++ b/1430/CH2/EX2.11/exa2_11.sce
@@ -0,0 +1,10 @@
+// Example 2.11
+// Superposition with a Controlled Source
+// From figure 2.22(b)
+i_1_1=30/(6*9+(4+2));// Contribution of 30-V Source
+// From figure 2.22(c), Applying KVL in bottom Loop we get,
+// 6*(9i_1_2)+4(i_1_2-3)+2*i_1_2=0
+i_1_2=0.2;
+// When Both independent sources active,the value of i_1 is given by the sum
+i_1=i_1_1+i_1_2;
+disp(i_1,"The Value of i_1 is(in Amps)=")
diff --git a/1430/CH2/EX2.11/exa2_11.txt b/1430/CH2/EX2.11/exa2_11.txt
new file mode 100644
index 000000000..6728597a8
--- /dev/null
+++ b/1430/CH2/EX2.11/exa2_11.txt
@@ -0,0 +1,8 @@
+
+
+-->exec('C:\Users\sangeet\Documents\Scilab\Circuits\Chapter 2\exa2.11.sce', -1)
+
+ The Value of i_1 is(in Amps)=
+
+ 0.7
+