diff options
Diffstat (limited to '3845/CH16/EX16.1/Ex16_1.sce')
-rw-r--r-- | 3845/CH16/EX16.1/Ex16_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH16/EX16.1/Ex16_1.sce b/3845/CH16/EX16.1/Ex16_1.sce new file mode 100644 index 000000000..9b032877c --- /dev/null +++ b/3845/CH16/EX16.1/Ex16_1.sce @@ -0,0 +1,10 @@ +//Example 16.1
+x=-1.20*10^-2;//Displacement (m)
+m=80;//Mass of the person (kg)
+g=9.80;//Acceleration due to gravity (m/s^2)
+w=m*g;//Weight of the man (N)
+F=w;//Force (N)
+k=-F/x;//Force constant (N/m)
+printf('The force constant of the suspension system = %0.2e N/m',k)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|