diff options
Diffstat (limited to '3845/CH2/EX2.1/Ex2_1.sce')
-rw-r--r-- | 3845/CH2/EX2.1/Ex2_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH2/EX2.1/Ex2_1.sce b/3845/CH2/EX2.1/Ex2_1.sce new file mode 100644 index 000000000..c63ac039a --- /dev/null +++ b/3845/CH2/EX2.1/Ex2_1.sce @@ -0,0 +1,9 @@ +//Example 2.1
+v_0=0;//Initial velocity (m/s)
+v_f=-15;//Final velocity (due west) (m/s)
+delta_v=v_f-v_0;//Change in velocity (m/s)
+delta_t=1.80;//Time period (s)
+a=delta_v/delta_t;//Acceleration (m/s^2)
+printf('Acceleration = %0.2f m/s^2',a)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|