summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.14/Ex13_14.sce
blob: d5e73f3f8f2bca8a4c7373a7bbe0c38deeba5f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//Given
Ev=200                   //V
I0=0.9                   //A
f=50                      //Hz

//Calculation
//
E0=sqrt(2)*Ev
Xl=E0/I0
L=Xl/(2*%pi*f)

//Result
printf("\n The value of inductance is %0.0f  H",L)