From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 887/CH2/EX2.12/2_12.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 887/CH2/EX2.12/2_12.sce (limited to '887/CH2/EX2.12/2_12.sce') 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 -- cgit