summaryrefslogtreecommitdiff
path: root/3557/CH6/EX6.2/Ex6_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH6/EX6.2/Ex6_2.sce')
-rw-r--r--3557/CH6/EX6.2/Ex6_2.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3557/CH6/EX6.2/Ex6_2.sce b/3557/CH6/EX6.2/Ex6_2.sce
new file mode 100644
index 000000000..7adbb0732
--- /dev/null
+++ b/3557/CH6/EX6.2/Ex6_2.sce
@@ -0,0 +1,12 @@
+//Example 6.2//
+p=50000;//N //tensile load
+A0=5*10^-3;//m //area of the sample parallel to the applied load
+s=p/(%pi*A0^2)
+mprintf("s = %e N/m^2 637 MPa",s)
+mprintf(" (As M= 10^6)")
+s1=637*10^6;//Pa //Pascal //modulus of elasticity
+E=200*10^9;//Pa // Pascal //Youngs Modulus
+E1=s1/E
+mprintf("\n E1 = %e ",E1)
+
+