summaryrefslogtreecommitdiff
path: root/3647/CH6/EX6.7/ex6_7.sce
blob: afc707f8922a9bf1efcb82c563c7606eb11cf6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Solutions to Problems In applied mechanics
//A N Gobby
clear all;
clc
//initialisation of variables
h=3//in
s=10.2//tonf/in^2
v=0.006//in
d=0.5//in
d1=0.75//in
w=20//lbf
q=v/8//tonf/in^2
x=0.029//in
//CALCULATIONS
M=s/q//tonf/in^2
E=M*(x)/(h*12)//tonf/in^2
//RESULTS
printf('the corresponding stress=% f tonf/in^2',E)