diff options
Diffstat (limited to '3845/CH16/EX16.8/Ex16_8.sce')
-rw-r--r-- | 3845/CH16/EX16.8/Ex16_8.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH16/EX16.8/Ex16_8.sce b/3845/CH16/EX16.8/Ex16_8.sce new file mode 100644 index 000000000..a6cdd40d6 --- /dev/null +++ b/3845/CH16/EX16.8/Ex16_8.sce @@ -0,0 +1,7 @@ +//Example 16.8
+lambda=10;//Wavelength (m)
+T=5;//Time period (s)
+v_w=lambda/T;//Wave velocity (m/s)
+printf('Wave velocity = %0.2f m/s',v_w)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|