summaryrefslogtreecommitdiff
path: root/3886/CH6/EX6.10
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH6/EX6.10')
-rw-r--r--3886/CH6/EX6.10/6_10.sce10
-rw-r--r--3886/CH6/EX6.10/6_10.txt3
2 files changed, 13 insertions, 0 deletions
diff --git a/3886/CH6/EX6.10/6_10.sce b/3886/CH6/EX6.10/6_10.sce
new file mode 100644
index 000000000..ec227cc59
--- /dev/null
+++ b/3886/CH6/EX6.10/6_10.sce
@@ -0,0 +1,10 @@
+//Force P required to raise the load
+eta=0.70
+W=2500 //N
+//refer fig. 6.17
+//For third order pulley
+//VR=2^2-1
+//For whole system
+VR=3+3
+P=W/(eta*VR) //N
+printf("Required force p=%.2f N",P)
diff --git a/3886/CH6/EX6.10/6_10.txt b/3886/CH6/EX6.10/6_10.txt
new file mode 100644
index 000000000..0ed081241
--- /dev/null
+++ b/3886/CH6/EX6.10/6_10.txt
@@ -0,0 +1,3 @@
+
+--> exec('E:\My program EM\6. Lifting machines\6.10.sce', -1)
+Required force p=595.24 N \ No newline at end of file