summaryrefslogtreecommitdiff
path: root/1205/CH8/EX8.3/S_8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1205/CH8/EX8.3/S_8_3.sce')
-rw-r--r--1205/CH8/EX8.3/S_8_3.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1205/CH8/EX8.3/S_8_3.sce b/1205/CH8/EX8.3/S_8_3.sce
new file mode 100644
index 000000000..491ca4423
--- /dev/null
+++ b/1205/CH8/EX8.3/S_8_3.sce
@@ -0,0 +1,6 @@
+clc;
+us=0.25;// Coeffiecient of static friction
+//Applying equillibrium equation we get relation in x
+printf("Apply equillibrium equations. It is theoritical part. \n");
+x=150*2-18.75*2+37.5;//mm , Distance at which the applied load can be supported
+printf("Minimum distance at which the applied load can be supported is %.0f mm\n",x);