diff options
Diffstat (limited to '3845/CH16/EX16.6/Ex16_6.sce')
-rw-r--r-- | 3845/CH16/EX16.6/Ex16_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH16/EX16.6/Ex16_6.sce b/3845/CH16/EX16.6/Ex16_6.sce new file mode 100644 index 000000000..ecf382cb9 --- /dev/null +++ b/3845/CH16/EX16.6/Ex16_6.sce @@ -0,0 +1,8 @@ +//Example 16.6
+m=900;//Mass of car (kg)
+k=6.53*10^4;//Force constant of suspension system (N/m)
+X=0.100;//Amplitude (m)
+v_max=sqrt(k/m)*X;//Vertical velocity (m/s)
+printf('Maximum vertical velocity = %0.3f m/s',v_max)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|