summaryrefslogtreecommitdiff
path: root/3630/CH20/EX20.2/Ex20_2.sce
blob: fcf54f1917f9e9739d9da92498ce6abfc7af3749 (plain)
1
2
3
4
5
6

clc;
D=60;  //I^2*t(rated) value
Is=100;
tmax=(D)/(Is)^2;
disp('ms',tmax*1000,"tmax=");//The answers vary due to round off error