summaryrefslogtreecommitdiff
path: root/1376/CH6/EX6.4/6_4.sci
blob: 4fd3a7a1d23919095c6c0c9db2d01b1d07eed4ab (plain)
1
2
3
4
5
6
7
//6.4
clc;
R1=45;
R2=100-R1;
l=500;
x=2*l*R1/(R1+R2);
printf("Position of the fault from the test end=%.1f m",x)