summaryrefslogtreecommitdiff
path: root/3137/CH16/EX16.47
diff options
context:
space:
mode:
Diffstat (limited to '3137/CH16/EX16.47')
-rwxr-xr-x3137/CH16/EX16.47/Ex16_47.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3137/CH16/EX16.47/Ex16_47.sce b/3137/CH16/EX16.47/Ex16_47.sce
new file mode 100755
index 000000000..60de0595a
--- /dev/null
+++ b/3137/CH16/EX16.47/Ex16_47.sce
@@ -0,0 +1,11 @@
+//Initilization fo variables
+r=2000 //ft
+g=32.2 //ft/s^2
+d=4.71 //ft
+v=176 //ft/s
+//Calculations
+e=(d*v^2)/(g*r) //ft
+//Result
+clc
+printf('The superelevation is %f ft',e)
+//Watch the unit in the final answer