diff options
Diffstat (limited to '278/CH4/EX4.8/ex_4_8.sce')
-rwxr-xr-x | 278/CH4/EX4.8/ex_4_8.sce | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/278/CH4/EX4.8/ex_4_8.sce b/278/CH4/EX4.8/ex_4_8.sce index 32f49a470..9e1e47006 100755 --- a/278/CH4/EX4.8/ex_4_8.sce +++ b/278/CH4/EX4.8/ex_4_8.sce @@ -1,11 +1,11 @@ -//find the crushing stress induced between plates and rivet
-clc
-//solution
-//given
-t=16//thickness//mm
-P=48*10^3//N
-n=2//two plates are given
-d=25//mm
-//stress acting
-f=(P/(d*t*n))//(N/mm^2)
+ +clc +//solution +//given +t=16//thickness//mm +P=48*10^3//N +n=2//two plates are given +d=25//mm +//stress acting +f=(P/(d*t*n))//(N/mm^2) printf("the stress acting is,%f N/mm^2",f)
\ No newline at end of file |