summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.25
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.25')
-rw-r--r--3886/CH3/EX3.25/3_25.txt5
-rw-r--r--3886/CH3/EX3.25/Ex3_25.sce9
2 files changed, 14 insertions, 0 deletions
diff --git a/3886/CH3/EX3.25/3_25.txt b/3886/CH3/EX3.25/3_25.txt
new file mode 100644
index 000000000..0ca325774
--- /dev/null
+++ b/3886/CH3/EX3.25/3_25.txt
@@ -0,0 +1,5 @@
+
+--> exec('E:\My program EM\3. Resultant and equilibrium of system of coplanar non-concurrent forces\Ex3_25.sce', -1)
+Required values are:-
+RA=26.00 kN
+RB=34.00 kN \ No newline at end of file
diff --git a/3886/CH3/EX3.25/Ex3_25.sce b/3886/CH3/EX3.25/Ex3_25.sce
new file mode 100644
index 000000000..1a96052a4
--- /dev/null
+++ b/3886/CH3/EX3.25/Ex3_25.sce
@@ -0,0 +1,9 @@
+//determine support reactions
+//Refer fig. 3.52
+//Taking moment about B
+RA=((10/2)*(1/3+5)+(2*10/2)*(5-2/3)+10*3*1.5+3*10*1/2)/5 //kN
+RB=-26+5+10+30+15 //kN
+printf("Required values are:-\nRA=%.2f kN\nRB=%.2f kN",RA,RB)
+
+
+