summaryrefslogtreecommitdiff
path: root/3648/CH2/EX2.4
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH2/EX2.4')
-rw-r--r--3648/CH2/EX2.4/Ex2_4.sce8
-rw-r--r--3648/CH2/EX2.4/Ex2_4.txt4
2 files changed, 12 insertions, 0 deletions
diff --git a/3648/CH2/EX2.4/Ex2_4.sce b/3648/CH2/EX2.4/Ex2_4.sce
new file mode 100644
index 000000000..a324afe3b
--- /dev/null
+++ b/3648/CH2/EX2.4/Ex2_4.sce
@@ -0,0 +1,8 @@
+//Example 2_4
+clc();
+clear;
+//To find the lever arms and torques for the forces
+printf("For F1 it is Zero\n")
+printf("For F2 it is a*F2 Counter clockwise\n")
+printf("For F3 it is a*F3 Clock Wise\n")
+printf("For F4 it is b*F4 Counter Clock wise")
diff --git a/3648/CH2/EX2.4/Ex2_4.txt b/3648/CH2/EX2.4/Ex2_4.txt
new file mode 100644
index 000000000..5d2662550
--- /dev/null
+++ b/3648/CH2/EX2.4/Ex2_4.txt
@@ -0,0 +1,4 @@
+For F1 it is Zero
+For F2 it is a*F2 Counter clockwise
+For F3 it is a*F3 Clock Wise
+For F4 it is b*F4 Counter Clock wise \ No newline at end of file