summaryrefslogtreecommitdiff
path: root/3673/CH10/EX10.9/Ex10_9.sce
blob: fe956f74e7f35fda8858e568dbdaa83a5741399a (plain)
1
2
3
4
5
6
7
8
9
//Example 10_9 page no:451
clc;
//given
L=[1,2,//here L1+L2 is kept as L
1,-2];
a=[0.4,
0.2];
X=inv(L)*a;
disp(X(2),"the mutual inductance of the coil is (in H)");