diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /887/CH2/EX2.14 | |
download | Scilab-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.14')
-rwxr-xr-x | 887/CH2/EX2.14/2_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/887/CH2/EX2.14/2_14.sce b/887/CH2/EX2.14/2_14.sce new file mode 100755 index 000000000..3b569b06f --- /dev/null +++ b/887/CH2/EX2.14/2_14.sce @@ -0,0 +1,9 @@ +clc
+//ex2.14
+//taking mesh currents i1, i2 and i3 in clockwise direction
+disp('The matrix form is')
+disp('RI=V')
+disp('where the matrices are defined as')
+disp('R=[R2+R4+R5,-R2,-R5;-R2,R1+R2+R3,-R3;-R5,-R3,R3+R5+R6]')
+disp('I=[i1;i2;i3]')
+disp('V=[-VA+VB;VA;-VB]')
|