summaryrefslogtreecommitdiff
path: root/3886/CH19/EX19.3/19_3.sce
blob: cfab3e39683dafc9c176ac6de942a48780837df6 (plain)
1
2
3
4
5
//Angle of banking
v=33.33  //m/sec
//If alpha is the angle of banking then
alpha=atand((v^2)/(9.81*200))  //degree
printf("\nalpha=%.3f degree",alpha)