summaryrefslogtreecommitdiff
path: root/1535/CH9/EX9.1/Ch09Ex1.sci
diff options
context:
space:
mode:
Diffstat (limited to '1535/CH9/EX9.1/Ch09Ex1.sci')
-rwxr-xr-x1535/CH9/EX9.1/Ch09Ex1.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/1535/CH9/EX9.1/Ch09Ex1.sci b/1535/CH9/EX9.1/Ch09Ex1.sci
new file mode 100755
index 000000000..4a457e3f4
--- /dev/null
+++ b/1535/CH9/EX9.1/Ch09Ex1.sci
@@ -0,0 +1,7 @@
+// Scilab Code Ex9.1: De-broglie wavelength of an electron from accelerating potential : Page-202 (2010)
+V = 100; // Accelerating potential for electron, volt
+lambda = sqrt(150/V)*1e-010; // de-Broglie wavelength of electron, m
+printf("\nThe De-Broglie wavelength of electron = %4.2e m", lambda);
+
+// Result
+// The De-Broglie wavelength of electron = 1.22e-010 m \ No newline at end of file