diff options
Diffstat (limited to '3392/CH15/EX15.4/Ex15_4.sce')
-rwxr-xr-x | 3392/CH15/EX15.4/Ex15_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3392/CH15/EX15.4/Ex15_4.sce b/3392/CH15/EX15.4/Ex15_4.sce new file mode 100755 index 000000000..e13b27422 --- /dev/null +++ b/3392/CH15/EX15.4/Ex15_4.sce @@ -0,0 +1,10 @@ +clc
+// initialization of variables
+clear
+S_u=1300 //MPa
+K_C=69 // MPa sqrt(m)
+SF=2.2
+//calculations
+S_c=S_u/2.2
+a=1/%pi*(K_C/S_c)^2
+printf('a = %.2f mm',a*10^3)
|