diff options
Diffstat (limited to '3845/CH4/EX4.1/Ex4_1.sce')
-rw-r--r-- | 3845/CH4/EX4.1/Ex4_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH4/EX4.1/Ex4_1.sce b/3845/CH4/EX4.1/Ex4_1.sce new file mode 100644 index 000000000..c68149d22 --- /dev/null +++ b/3845/CH4/EX4.1/Ex4_1.sce @@ -0,0 +1,7 @@ +//Example 4.1
+F_net=51;//Net external force (N)
+m=24;//Mass of the mower (kg)
+a=F_net/m;//Acceleration (m/s^2)
+printf('Acceleration = %0.1f m/s^2',a)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|