summaryrefslogtreecommitdiff
path: root/147/CH18/EX18.2/Example18_2.sce
blob: 55f6fa2d962bfd43856355a620c9f7f9df2b1586 (plain)
1
2
3
4
5
6
7
8
9
//Dimension of coil lxb
l = 15*10^(-3);//m
b = 12*10^(-3);//m
Ba = 1.8*10^(-3);//Wb/m^2
k = 0.14*10^(-6);;//Nm/rad
theta = %pi/2;
I = 5*10^(-3);
N = k*theta/(Ba*l*b*I);
mprintf('Number of turns required N = %0.0f',N);