a) Write the stiffness matrix [K] for a single resistor element 1 1 − π π π π π1 πΌπ { }=⌈ ⌉ 1 1 π2 −πΌπ − π π ] [ π π b) Write the connectivity table for the resistor network in Figure 2. EN 1 2 3 4 5 6 7 8 9 10 LN1 1 2 3 3 2 4 4 4 5 6 LN2 2 3 4 5 5 5 6 7 7 7 c) Assemble the stiffness matrix for the system and write the corresponding system of linear simultaneous equations. π1 −π1 0 0 0 0 [ 0 −π1 π1 + π2 + π5 −π2 0 −π5 0 0 0 0 0 0 −π5 0 −π3 −π4 0 π3 + π6 + π7 + π8 −π6 −π7 −π6 −π4 + π5 + π6 + π9 0 −π7 0 π7 + π10 −π8 −π9 −π10 πΌ π’1 1 −πΌ1 + πΌ2 + πΌ5 π’2 π’3 −πΌ2 + πΌ3 + πΌ4 π’4 = −πΌ3 + πΌ6 + πΌ7 + πΌ8 π’5 −πΌ4 − πΌ5 − πΌ6 + πΌ9 π’6 −πΌ7 + πΌ10 {π’7 } { −πΌ − πΌ − πΌ 8 9 10 } d) Apply boundary conditions and write down the matrix equation that you would use to solve this problem. Assume V6 = 0 0 −π2 π2 + π3 + π4 −π3 −π4 0 0 0 0 0 −π8 −π9 −π10 π8 + π9 + π10 ] π1 −π1 0 0 0 [ 0 −π1 π1 + π2 + π5 −π2 0 −π5 0 0 −π2 π2 + π3 + π4 −π3 −π4 0 0 0 0 −π5 −π3 −π4 π3 + π6 + π7 + π8 −π6 −π6 −π4 + π5 + π6 + π9 −π8 −π9 πΌ π’1 1 −πΌ1 + πΌ2 + πΌ5 π’2 π’3 −πΌ2 + πΌ3 + πΌ4 π’4 = −πΌ3 + πΌ6 + πΌ7 + πΌ8 π’5 −πΌ4 − πΌ5 − πΌ6 + πΌ9 {π’7 } { −πΌ − πΌ − πΌ 8 9 10 } 0 0 0 −π8 −π9 π8 + π9 + π10 ] e) Solve the system of equations simultaneously to determine the voltages at all the nodes. Assume Rj = 200 ο for all the elements and I1 = 0.1A. Use an equation solver, Matlab or your own program, to solve the equations. clc;clear; A= [0.005 -0.005 0 0 0 0; -0.005 0.015 -0.005 0 -0.005 0; 0 -0.005 0.015 -0.005 -0.005 0; 0 0 -0.005 0.02 -0.005 -0.005; 0 -0.005 -0.005 -0.005 0.02 -0.005; 0 0 0 -0.005 -0.005 0.015]; B= [0.1;0;0;0;0;0] X = linsolve(A,B) X= [47.2727; 27.2727; 18.1818; 10.9091; 16.36; 9.0909] f) Compute the current through elements 7 and 10. What is the current flowing to the ground at node 6? 1 (π − π6 ) = 0.0545π΄ πΌ7 = 200 4 1 (π − π7 ) = −.0454π΄ πΌ10 = 200 6 πΌ6 = −πΌ7 + πΌ10 = −0.099π΄