summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.1/Ex3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.1/Ex3_1.sce')
-rw-r--r--3886/CH3/EX3.1/Ex3_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3886/CH3/EX3.1/Ex3_1.sce b/3886/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..4ad0268ac
--- /dev/null
+++ b/3886/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,6 @@
+//Determine the moment
+//Refer fig. 3.5
+//Take clockwise moment as positive
+//Apply Varignon's Theorem
+MA=100*300*cosd(60)-100*500*sind(60) //N-mm
+printf("MA=%f N-mm,Anticlockwise",-MA)