diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3159/CH5/EX5.5 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3159/CH5/EX5.5')
-rwxr-xr-x | 3159/CH5/EX5.5/Ex5_5.sce | 6 | ||||
-rwxr-xr-x | 3159/CH5/EX5.5/Ex5_5.txt | 3 |
2 files changed, 9 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)
diff --git a/3159/CH5/EX5.5/Ex5_5.txt b/3159/CH5/EX5.5/Ex5_5.txt new file mode 100755 index 000000000..5c520a503 --- /dev/null +++ b/3159/CH5/EX5.5/Ex5_5.txt @@ -0,0 +1,3 @@ +
+ Example 5.5
+ Critical radius ratio for triangular coordination is 0.155
\ No newline at end of file |