summaryrefslogtreecommitdiff
path: root/98/CH11/EX11.21/example11_21.sce
blob: 85a19a6052595f599efdb96a6d546e0f97e661c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 11
//Example 11_21
//Page 296

clear;clc;

q=15;
p=45;
ll=2*300;

d=q/(p+q)*ll;

printf("Distance of the fault point from test end = %.0f m \n\n", d);