diff options
Diffstat (limited to '3159/CH5/EX5.5/Ex5_5.sce')
-rwxr-xr-x | 3159/CH5/EX5.5/Ex5_5.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3159/CH5/EX5.5/Ex5_5.sce b/3159/CH5/EX5.5/Ex5_5.sce new file mode 100755 index 000000000..fffe2b017 --- /dev/null +++ b/3159/CH5/EX5.5/Ex5_5.sce @@ -0,0 +1,6 @@ +// find critical radius ratio for triangular coordination
+clc
+theta = 60 // angle in degree
+printf("\n Example 5.5")
+r_c_a = (2/3*2*sin(theta*%pi/180))-1 // ratio calculation
+printf("\n Critical radius ratio for triangular coordination is %0.3f ",r_c_a)
|