diff options
Diffstat (limited to '3886/CH3/EX3.2')
-rw-r--r-- | 3886/CH3/EX3.2/3_2.txt | 3 | ||||
-rw-r--r-- | 3886/CH3/EX3.2/Ex3_2.sce | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH3/EX3.2/3_2.txt b/3886/CH3/EX3.2/3_2.txt new file mode 100644 index 000000000..a132c6a87 --- /dev/null +++ b/3886/CH3/EX3.2/3_2.txt @@ -0,0 +1,3 @@ +
+--> exec('E:\My program EM\3. Resultant and equilibrium of system of coplanar non-concurrent forces\Ex3_2.sce', -1)
+y-intercept will be y=2 m
\ No newline at end of file diff --git a/3886/CH3/EX3.2/Ex3_2.sce b/3886/CH3/EX3.2/Ex3_2.sce new file mode 100644 index 000000000..de00c41c7 --- /dev/null +++ b/3886/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,7 @@ +//Finding y-intercept
+//Apply law of Transmissibility and resolve 5000 N force at B
+Fx=5000*4/5 //N
+Fy=5000*3/5 //N
+//Apply Varignon's Theorem
+y=8000/4000 //m
+printf("y-intercept will be y=%.0d m",y)
|