blob: a324afe3b3e5d86ddb7efda2d02b0639c3b568c9 (
plain)
1
2
3
4
5
6
7
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")
|