summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.19
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH3/EX3.19')
-rw-r--r--3886/CH3/EX3.19/3_19.txt5
-rw-r--r--3886/CH3/EX3.19/Ex3_19.sce7
2 files changed, 12 insertions, 0 deletions
diff --git a/3886/CH3/EX3.19/3_19.txt b/3886/CH3/EX3.19/3_19.txt
new file mode 100644
index 000000000..b5cd7e401
--- /dev/null
+++ b/3886/CH3/EX3.19/3_19.txt
@@ -0,0 +1,5 @@
+
+--> exec('E:\My program EM\3. Resultant and equilibrium of system of coplanar non-concurrent forces\Ex3_19.sce', -1)
+The reactions are:-
+RA=44.44 kN
+RB=115.56 kN \ No newline at end of file
diff --git a/3886/CH3/EX3.19/Ex3_19.sce b/3886/CH3/EX3.19/Ex3_19.sce
new file mode 100644
index 000000000..938f7e1b7
--- /dev/null
+++ b/3886/CH3/EX3.19/Ex3_19.sce
@@ -0,0 +1,7 @@
+//Reactions developed in simply supported beam
+//Refer fig. 3.46 (a)&(b)
+//make assumptions as shown in fig. 3.46 (a)&(b)
+//Taking moment about B
+RA=((20*4*2)+((4*40*4)/(3*2)))/(6) //kN
+RB=80+80-RA //kN
+printf("The reactions are:-\nRA=%.2f kN\nRB=%.2f kN",RA,RB)