summaryrefslogtreecommitdiff
path: root/2672/CH2/EX2.4/Ex2_4.sce
blob: 4e5375168e091bf7b46b06e9e9cec828045adde3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//Ex_2_4
clc;
clear;
close;
format('v',6);
//given data : 
N1=500;//turns
N2=2000;//turns
K=50/100;//coefficient for 50% flux linked
diBYdt=10;//A/s
L1=200;//mH
fi1BYI1=L1/N1;
M=N2*fi1BYI1;//mH
e2=M*10^-3*diBYdt;//V
disp(M/1000,"Mutual Inductance of two coil(H)");
disp(e2,"Induced emf in the coil having 1000 turns(V)");