summaryrefslogtreecommitdiff
path: root/1376/CH6/EX6.1/6_1.sci
blob: ddbdad247e6d1f2b2f67796303ac1a14b701d055 (plain)
1
2
3
4
5
6
7
//6.1
clc;
r=250;
s=1000;
l=1000;
x=r*l/s;
printf("Position of the fault=%.1fm",x)