diff options
Diffstat (limited to '3845/CH28/EX28.1/Ex28_1.sce')
-rw-r--r-- | 3845/CH28/EX28.1/Ex28_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH28/EX28.1/Ex28_1.sce b/3845/CH28/EX28.1/Ex28_1.sce new file mode 100644 index 000000000..3720ce586 --- /dev/null +++ b/3845/CH28/EX28.1/Ex28_1.sce @@ -0,0 +1,9 @@ +//Example 28.1
+delta_t_0=1.52*10^-6;//Proper time for life of the muon (s)
+c=3*10^8;//Speed of light (m/s)
+v=0.950*c;//Velocity of muon (m/s)
+Gamma=1/sqrt(1-v^2/c^2);
+delta_t=Gamma*delta_t_0;//Elasped time as measured by Earth-bound observer (t)
+printf('Life of the muon as measured by Earth-bound observer = %0.2e s',delta_t)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|