summaryrefslogtreecommitdiff
path: root/1853/CH3/EX3.3/Ex3_3.sce
blob: df0a7590ce97c6f12c963ad544937345f5a16dc8 (plain)
1
2
3
4
5
6
7

//find the inductance of the  coil
N=1500;// number of turns
I=10;//amp...current in coil
F=.5*10^-3;//weber...flux 
L=N*F/I;
disp('inductance of coil='+string(L)+'henry');