diff options
Diffstat (limited to '1694/CH2/EX2.41/EX2_41.sce')
-rw-r--r-- | 1694/CH2/EX2.41/EX2_41.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH2/EX2.41/EX2_41.sce b/1694/CH2/EX2.41/EX2_41.sce new file mode 100644 index 000000000..b7b10c1ae --- /dev/null +++ b/1694/CH2/EX2.41/EX2_41.sce @@ -0,0 +1,13 @@ +clear;
+clc;
+printf("\nEx2.41\n");
+//page no.-87
+//given
+h=6.6*10^-34;..........//planck's constant in J-sec
+m=9*10^-31;.........//mass of electron in kg
+w=6.4*10^-19;.........//work function in joule
+nu=10^15;.............//frequency in hertz
+
+v=sqrt((2*(h*nu-w))/m)............//velocity in m/sec
+
+printf("\nvelocity of photoelectrons is 2.108*10^5 m/sec\n");
|