diff options
Diffstat (limited to '3504/CH2/EX2.21/Ex2_21.sce')
-rw-r--r-- | 3504/CH2/EX2.21/Ex2_21.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3504/CH2/EX2.21/Ex2_21.sce b/3504/CH2/EX2.21/Ex2_21.sce new file mode 100644 index 000000000..b09ee67b5 --- /dev/null +++ b/3504/CH2/EX2.21/Ex2_21.sce @@ -0,0 +1,8 @@ +//To write KVL equation of the given circuits. +clc; +k=0.5 +wL_1=4 +wL_2=9 +wM=k*(wL_1*wL_2) //ohm +Z_1=[3-%i*1 -3-%i*2;-3-%i*2 8+%i*4] //Impedance matrix of circuit 2.56(a) +Z_2=[3-%i*1 -3-%i*8;-3-%i*8 8+%i*4] //Impedance matrix of circuit 2.56(b) |