diff options
author | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
commit | d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch) | |
tree | 612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3776/CH8/EX8.1 | |
parent | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff) | |
download | Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2 Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip |
Modified the code
Diffstat (limited to '3776/CH8/EX8.1')
-rw-r--r-- | 3776/CH8/EX8.1/Ex8_1.sce | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3776/CH8/EX8.1/Ex8_1.sce b/3776/CH8/EX8.1/Ex8_1.sce index 2510958ab..2fd755047 100644 --- a/3776/CH8/EX8.1/Ex8_1.sce +++ b/3776/CH8/EX8.1/Ex8_1.sce @@ -3,9 +3,9 @@ clear // // o = 22.5 //degrees , The angle of infetisimal wedge -A = 1 //mm2 The area of the element -A_ab = 1*(cos((%pi/180)*(o))) //mm2 - The area corresponds to AB -A_bc = 1*(sin((%pi/180)*(o))) //mm2 - The area corresponds to BC +A = 1 //sq.mm The area of the element +A_ab = 1*(cos((%pi/180)*(o))) //sq.mm - The area corresponds to AB +A_bc = 1*(sin((%pi/180)*(o))) //sq.mm - The area corresponds to BC S_1 = 3 //MN The stresses applying on the element S_2 = 2 //MN S_3 = 2 //MN |