summaryrefslogtreecommitdiff
path: root/3886/CH19/EX19.3/19_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH19/EX19.3/19_3.sce')
-rw-r--r--3886/CH19/EX19.3/19_3.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3886/CH19/EX19.3/19_3.sce b/3886/CH19/EX19.3/19_3.sce
new file mode 100644
index 000000000..cfab3e396
--- /dev/null
+++ b/3886/CH19/EX19.3/19_3.sce
@@ -0,0 +1,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)