From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3647/CH6/EX6.9/ex6_9.sce | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 3647/CH6/EX6.9/ex6_9.sce (limited to '3647/CH6/EX6.9') diff --git a/3647/CH6/EX6.9/ex6_9.sce b/3647/CH6/EX6.9/ex6_9.sce new file mode 100644 index 000000000..43fe6f4be --- /dev/null +++ b/3647/CH6/EX6.9/ex6_9.sce @@ -0,0 +1,27 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +clc +//initialisation of variables +clear +E=13400//tonf/in^2 +E1=5600//tonf/in^2 +h=7//tonf/in^2 +h1=3.5//tonf/in^2 +w=1.5//ij +l=5//tonf +A=%pi/4*1^2//in^2 +A1=%pi/4*(w^2-1^2)//in^2 +s=1.91//tonf +t=0.787//in +pg=1.72//tonf +//CALCULATIONS\ +m=h*t//tonf +p=m/s//tonf +g=p/A1//tonf/in^2 +m1=m+p//tonf +S=pg/A1//tonf/in^2 +Ps=pg*s//tonf +S1=Ps/t//tonf/in^2 +//RESULTS +printf('the stress in the steel=% f tonf/in^2',S1) -- cgit