summaryrefslogtreecommitdiff
path: root/1427/CH19/EX19.4/19_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH19/EX19.4/19_4.sce')
-rw-r--r--1427/CH19/EX19.4/19_4.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH19/EX19.4/19_4.sce b/1427/CH19/EX19.4/19_4.sce
new file mode 100644
index 000000000..abe8afb03
--- /dev/null
+++ b/1427/CH19/EX19.4/19_4.sce
@@ -0,0 +1,6 @@
+//ques-19.4
+//Calculating momentum of a particle
+clc
+w=10^-10;//wavelength (in m)
+p=(6.625*10^-34)/w;
+printf("The momentum of the particle is %.3f*10^-24 kg m/s.",p*10^24)