summaryrefslogtreecommitdiff
path: root/1658/CH12/EX12.1/Ex12_1.sce
blob: 91dd80bbfc5348108f91508946c4652ee1a6fe36 (plain)
1
2
3
4
5
6
clc;
//e.g 12.1
I=40;
t=15*10**-3;
SCR=(I^2)*t;
disp('A^2s',SCR*1,"SCR=");