diff options
Diffstat (limited to '3648/CH2/EX2.4/Ex2_4.sce')
-rw-r--r-- | 3648/CH2/EX2.4/Ex2_4.sce | 8 |
1 files changed, 8 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")
|