summaryrefslogtreecommitdiff
path: root/2078/CH10/EX10.2/Example10_2.sce
blob: 0c6437691aa33aa03621fd7882bdf8ee3f422c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Exa 10.2
clc;
clear;
close;
//Given data :
W=680;//kg/km
L=260;//m
U_strength=3100;//kg
SF=2;//safety factor
Clearance=10;//m
T=U_strength/SF;//kg
w=W/1000;//kg
S=w*L^2/(8*T);//,m
h=Clearance+S;//m
disp(h,"Height above the ground(m) :");