summaryrefslogtreecommitdiff
path: root/3647/CH6/EX6.1/ex6_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH6/EX6.1/ex6_1.sce')
-rw-r--r--3647/CH6/EX6.1/ex6_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3647/CH6/EX6.1/ex6_1.sce b/3647/CH6/EX6.1/ex6_1.sce
new file mode 100644
index 000000000..208051165
--- /dev/null
+++ b/3647/CH6/EX6.1/ex6_1.sce
@@ -0,0 +1,14 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+b=0.005//in
+a=2//tonf
+p=10//tonf
+l=13500//tonf/in^2
+//CALCULATIONS
+x=(p/a)*b//in
+E=(l*b*1/2)/a//in
+//RESULTS
+printf('the original length of bar =% f in',E)