summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.1
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 11:01:52 +0530
committerprashantsinalkar2018-02-03 11:01:52 +0530
commit7bc77cb1ed33745c720952c92b3b2747c5cbf2df (patch)
tree449d555969bfd7befe906877abab098c6e63a0e8 /3886/CH3/EX3.1
parentd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (diff)
downloadScilab-TBC-Uploads-master.tar.gz
Scilab-TBC-Uploads-master.tar.bz2
Scilab-TBC-Uploads-master.zip
Added new codeHEADmaster
Diffstat (limited to '3886/CH3/EX3.1')
-rw-r--r--3886/CH3/EX3.1/3_1.txt3
-rw-r--r--3886/CH3/EX3.1/Ex3_1.sce6
2 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH3/EX3.1/3_1.txt b/3886/CH3/EX3.1/3_1.txt
new file mode 100644
index 000000000..0931c10a8
--- /dev/null
+++ b/3886/CH3/EX3.1/3_1.txt
@@ -0,0 +1,3 @@
+
+--> exec('E:\My program EM\3. Resultant and equilibrium of system of coplanar non-concurrent forces\Ex3_1.sce', -1)
+MA=28301.270189 N-mm,Anticlockwise \ No newline at end of file
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)