summaryrefslogtreecommitdiff
path: root/278/CH4/EX4.8/ex_4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '278/CH4/EX4.8/ex_4_8.sce')
-rwxr-xr-x278/CH4/EX4.8/ex_4_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/278/CH4/EX4.8/ex_4_8.sce b/278/CH4/EX4.8/ex_4_8.sce
new file mode 100755
index 000000000..32f49a470
--- /dev/null
+++ b/278/CH4/EX4.8/ex_4_8.sce
@@ -0,0 +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)
+printf("the stress acting is,%f N/mm^2",f) \ No newline at end of file