diff options
Diffstat (limited to '887/CH2/EX2.12')
-rwxr-xr-x | 887/CH2/EX2.12/2_12.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/887/CH2/EX2.12/2_12.sce b/887/CH2/EX2.12/2_12.sce new file mode 100755 index 000000000..e56d7a81d --- /dev/null +++ b/887/CH2/EX2.12/2_12.sce @@ -0,0 +1,7 @@ +clc
+//ex2.12
+//In all the below equations, mesh currents are taken to be flown in clockwise direction
+disp('The required equations to solve for mesh currents are:')
+disp('R2(i1-i3)+R3(i1-i2)-VA=0') //KVL for mesh1
+disp('R3(i2-i1)+R4(i2)+VB=0') //KVL for mesh 2
+disp('R2(i3-i1)+R1(i3)-VB=0') //KVL for mesh 3
|