summaryrefslogtreecommitdiff
path: root/2078/CH10/EX10.1/Example10_1.sce
blob: 792de019dd3c0c6ca21161330692e1e71660326c (plain)
1
2
3
4
5
6
7
8
9
10
//Exa 10.1
clc;
clear;
close;
//Given data :
L=200;//m
w=0.7;//kg
T=1400;//kg
S=w*L^2/(8*T);//,m
disp(S,"maximum sag(m) :");