summaryrefslogtreecommitdiff
path: root/3886/CH22/EX22.6/22_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH22/EX22.6/22_6.sce')
-rw-r--r--3886/CH22/EX22.6/22_6.sce5
1 files changed, 5 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)