summaryrefslogtreecommitdiff
path: root/3886/CH22/EX22.6
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH22/EX22.6')
-rw-r--r--3886/CH22/EX22.6/22_6.sce5
-rw-r--r--3886/CH22/EX22.6/22_6.txt4
2 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH22/EX22.6/22_6.sce b/3886/CH22/EX22.6/22_6.sce
new file mode 100644
index 000000000..997567380
--- /dev/null
+++ b/3886/CH22/EX22.6/22_6.sce
@@ -0,0 +1,5 @@
+//Velocity of B
+//refer fig.2.9
+omega=(2)/(3*sind(60)) //rad/sec
+vB=3*0.770*cosd(60) //m/sec
+printf("\nvB=%.3f m/sec",vB)
diff --git a/3886/CH22/EX22.6/22_6.txt b/3886/CH22/EX22.6/22_6.txt
new file mode 100644
index 000000000..3e17969aa
--- /dev/null
+++ b/3886/CH22/EX22.6/22_6.txt
@@ -0,0 +1,4 @@
+
+--> exec('E:\My program EM\22.General plane motion of rigid bodies\22.6.sce', -1)
+
+vB=1.155 m/sec \ No newline at end of file