summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.9/Ex11_9.sce
blob: 6e58981f3d5a4db3882bf9dabd438cec82cc2424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
H=4*10**3                         //A/m
a=60
b=0.12

//Calculation
n=a/b
I=H/n

//Result
printf("\n Current should be sent through the solenoid is %0.3f  A", I)