summaryrefslogtreecommitdiff
path: root/3701/CH4/EX4.1/Ex4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH4/EX4.1/Ex4_1.sce')
-rw-r--r--3701/CH4/EX4.1/Ex4_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3701/CH4/EX4.1/Ex4_1.sce b/3701/CH4/EX4.1/Ex4_1.sce
new file mode 100644
index 000000000..b8eb60291
--- /dev/null
+++ b/3701/CH4/EX4.1/Ex4_1.sce
@@ -0,0 +1,9 @@
+////Given
+V=100 //volts
+
+//Calculation
+//
+wavelength=12.3/(sqrt(V))
+
+//Result
+printf("\n de Broglie wavelength of electrons %0.3f A", wavelength)