diff options
Diffstat (limited to '3886/CH3/EX3.2/Ex3_2.sce')
-rw-r--r-- | 3886/CH3/EX3.2/Ex3_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
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)
|