summaryrefslogtreecommitdiff
path: root/3763/CH12/EX12.2/Ex12_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3763/CH12/EX12.2/Ex12_2.sce')
-rw-r--r--3763/CH12/EX12.2/Ex12_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3763/CH12/EX12.2/Ex12_2.sce b/3763/CH12/EX12.2/Ex12_2.sce
new file mode 100644
index 000000000..f5aa02dfb
--- /dev/null
+++ b/3763/CH12/EX12.2/Ex12_2.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+E=70*10**9 //young's modulus(Pa)
+gama=1 //surface energy(joule/m**2)
+C=1*10**-6 //depth(m)
+
+//Calculation
+sigma_f=sqrt(2*E*gama/(%pi*C)) //fracture strength(GPa)
+
+//Result
+printf("\n fracture strength is %0.3f GPa",sigma_f/10**9)