diff options
Diffstat (limited to '1427/CH19/EX19.3/19_3.sce')
-rw-r--r-- | 1427/CH19/EX19.3/19_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH19/EX19.3/19_3.sce b/1427/CH19/EX19.3/19_3.sce new file mode 100644 index 000000000..cdec24abb --- /dev/null +++ b/1427/CH19/EX19.3/19_3.sce @@ -0,0 +1,7 @@ +//ques-19.3
+//Calculating momentum of a particle
+clc
+v=6.5*10^7;//velocity (in m/s)
+w=5*10^-11;//wavelength (in m)
+p=(6.625*10^-34)/w;
+printf("The momentum of the particle is %.2f*10^-23 kg m/s.",p*10^23);
|