summaryrefslogtreecommitdiff
path: root/3845/CH6/EX6.5/Ex6_5.sce
blob: 5cfba6534d4d0d4c1d8607d7f373a71ab9f1cfbb (plain)
1
2
3
4
5
6
7
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