summaryrefslogtreecommitdiff
path: root/1627/CH3/EX3.3/Ex3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1627/CH3/EX3.3/Ex3_3.sce')
-rw-r--r--1627/CH3/EX3.3/Ex3_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1627/CH3/EX3.3/Ex3_3.sce b/1627/CH3/EX3.3/Ex3_3.sce
new file mode 100644
index 000000000..69fabab63
--- /dev/null
+++ b/1627/CH3/EX3.3/Ex3_3.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+d=100*10^-3//m
+p=35*10^6//N/m^2
+c=5.17*10^8//N/m^2
+//CALCULATIONS
+Tc=(p*d)/(2*c)*1000//mm
+f=Tc*2//mm
+//RESULTS
+printf('The safety factor is=% f mm',f)