summaryrefslogtreecommitdiff
path: root/887/CH2/EX2.12/2_12.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /887/CH2/EX2.12/2_12.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '887/CH2/EX2.12/2_12.sce')
-rwxr-xr-x887/CH2/EX2.12/2_12.sce7
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