summaryrefslogtreecommitdiff
path: root/2732/CH6/EX6.7/Ex6_7.sce
blob: 66ba4826465621225f59228cea41adac4098dc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
clc
// initialization of variables
clear
F=500 //kg
k=25 //kg/cm
dd=15 //cm
ss=3500 //kg/cm^2
L=2 //m
G=8*10^5 //kg/cm^2
// calculations
x=sqrt(%pi*G/(25*L*32*100))
d=x*16*(F+dd*k)/(ss*%pi)
x2=x*d^2
// results
printf('d=%.2f cm',d)
printf('\n x=%.2f cm',x2)

// Text: not exact