diff options
Diffstat (limited to '3845/CH6/EX6.5/Ex6_5.sce')
-rw-r--r-- | 3845/CH6/EX6.5/Ex6_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH6/EX6.5/Ex6_5.sce b/3845/CH6/EX6.5/Ex6_5.sce new file mode 100644 index 000000000..5cfba6534 --- /dev/null +++ b/3845/CH6/EX6.5/Ex6_5.sce @@ -0,0 +1,8 @@ +//Example 6.5
+theta=65;//Angle of bank (deg)
+r=100;//Radius of curve (m)
+g=9.80//Accleration due to gravity (m/s^2)
+v=sqrt(r*g*tand(theta));//Speed (m/s)
+printf('Speed to be driven at = %0.1f m/s',v)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|