summaryrefslogtreecommitdiff
path: root/1067/CH20/EX20.16.c/20_16_c.sce
blob: bf393b462dea391173e2fca4acaf69b2a2ae9b79 (plain)
1
2
3
4
5
6
7
8
9
10
clear;
clc;
x1=5;
x2=10;
x3=11.7;
x4=9.1;
i=303;
xt=x1+x2+x3+x4;
ish=303*100/xt;
mprintf("the SHORT CIRCUIT CURRENT=%dA",ish)