summaryrefslogtreecommitdiff
path: root/1658/CH12/EX12.2/Ex12_2.sce
blob: 0a3be68648c8c8960e691968aed2f6dd531571b8 (plain)
1
2
3
4
5
6
clc;
//e.g 12.2
a=75;
Is=100;
tmax=a/Is**2;
disp('ms',tmax*10**3,"tmax=");