summaryrefslogtreecommitdiff
path: root/3014/CH1/EX1.7/Ex1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3014/CH1/EX1.7/Ex1_7.sce')
-rwxr-xr-x3014/CH1/EX1.7/Ex1_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3014/CH1/EX1.7/Ex1_7.sce b/3014/CH1/EX1.7/Ex1_7.sce
new file mode 100755
index 000000000..0ce5bd9d2
--- /dev/null
+++ b/3014/CH1/EX1.7/Ex1_7.sce
@@ -0,0 +1,11 @@
+clc
+//Given that
+e = 1.632e-19 // charge on electron in coulomb
+V = 50 // Applied voltage in volts
+m = 9.1e-31 // Mass of electron in Kg
+h = 6.62e-34 // Plank constant
+printf("Example 1.7")
+
+lambda = h/(sqrt(2*e*V*m)) // calculation of de Broglie wavelength
+printf("\n de Broglie wavelength of neutron is %f angstrom.\n\n\n", lambda*1e10)
+// Answer in book is 1.735 angstrom which is misprinted