summaryrefslogtreecommitdiff
path: root/1076/CH5/EX5.9/5_9.sce
blob: a9ec3e01580e83877dc4a6b67d5d59d5de772cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
clear;
clc;

l=244;
m=.847;
g=9.81;
w=m*g;
T=3.56e4;

L=l*(1+ ((w*w * l*l)/(24* T *T)));
mprintf("length of conductor between 2 towers = %.3f m", L);