diff options
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 |