summaryrefslogtreecommitdiff
path: root/1694/CH2/EX2.24/EX2_24.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH2/EX2.24/EX2_24.sce')
-rw-r--r--1694/CH2/EX2.24/EX2_24.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH2/EX2.24/EX2_24.sce b/1694/CH2/EX2.24/EX2_24.sce
new file mode 100644
index 000000000..3543a5ed8
--- /dev/null
+++ b/1694/CH2/EX2.24/EX2_24.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+printf("\nEx2.24\n");
+//page no.-69
+//given
+h=6.62*10^-34;..............//planck's constant in joule-sec
+m=1.67*10^-27;..............//mass of proton
+c=3*10^8;..................//speed of light in m/s
+v=c/20;...................//velocity of proton
+
+lambda=h/(m*v)............//wavelength in m
+
+printf("\nwavelength is 2.643*10^-14 m\n");