summaryrefslogtreecommitdiff
path: root/1430/CH2/EX2.11/exa2_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1430/CH2/EX2.11/exa2_11.sce')
-rw-r--r--1430/CH2/EX2.11/exa2_11.sce10
1 files changed, 10 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)=")