diff options
Diffstat (limited to '3769/CH12/EX12.16')
-rw-r--r-- | 3769/CH12/EX12.16/Ex12_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH12/EX12.16/Ex12_16.sce b/3769/CH12/EX12.16/Ex12_16.sce new file mode 100644 index 000000000..51372c029 --- /dev/null +++ b/3769/CH12/EX12.16/Ex12_16.sce @@ -0,0 +1,13 @@ +clear +//Given +N=4000 +l=0.6 //m +r=16*10**-4 //m + +//Calculation +u=4*%pi*10**-7 +L=(u*N**2*((%pi*r)/4.0))/l +Liron=N*L + +//Result +printf("\n Inductance of the solenoid is %0.0f H",Liron) |