summaryrefslogtreecommitdiff
path: root/1055/CH14/EX14.6/ch14_6.sce
blob: 60871ef0c97d7d3e03bc65c2c33425d55e78a6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
//To determine whether relay will operate or not.
clear 
clc;
Ic=360-320;// the difference current (amp)
Io=40*5/400;
Avg=(360+320)/2;// average sum of two currents
Iavg=340*5/400;
Ioc=.1*Iavg + .2;
mprintf("operating current=%.3f amp. \n",Ioc);
mprintf("since current through  operating coil is %.3f amp. \n ",Io);
mprintf("therefore Relay will not operate ");