summaryrefslogtreecommitdiff
path: root/3754/CH17/EX17.2/17_2.sce
blob: b50a48500bf66257c63f3b8a91fe872a0c014f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear//

//Variables

SCR=75.0;I2t=75.0;
IS = 100.0                  //Current (in Ampere)

//Calculation

tmax = I2t / IS**2          //Maximum allowable time (in seconds)

//Result

printf("\n Maximum allowable time is  %0.3f  ms.",tmax * 10**3)