summaryrefslogtreecommitdiff
path: root/1994/CH7/EX7.28/Example7_28.sce
blob: 1f96f970e7a08abe2a7e72d875dd387f58221098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Chapter-7,Example7_28,pg 7-88
Im=120
Ic=38
Kn=1000/5
//at full load
Is=5
Ns=1000
Np=5
n=Ns/Np//turns ratio
R=n+(Ic/Is)
err=(Kn-R)/R//ratio error
err=err*100
printf("percentage ratio error\n")
printf("err=%.2f ",err)