summaryrefslogtreecommitdiff
path: root/3845/CH2/EX2.9/Ex2_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH2/EX2.9/Ex2_9.sce')
-rw-r--r--3845/CH2/EX2.9/Ex2_9.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH2/EX2.9/Ex2_9.sce b/3845/CH2/EX2.9/Ex2_9.sce
new file mode 100644
index 000000000..9cafab95c
--- /dev/null
+++ b/3845/CH2/EX2.9/Ex2_9.sce
@@ -0,0 +1,9 @@
+//Example 2.9
+v_0=70;//Initial velocity (m/s)
+a=-1.50;//Acceleration (m/s^2)
+t=40;//Time (s)
+v=v_0+a*t;//Final velocity (m/s)
+printf('Final velocity of the airplane after 40s = %0.1f m/s',v)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
+