summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.15/Ex23_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.15/Ex23_15.sce')
-rw-r--r--3769/CH23/EX23.15/Ex23_15.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH23/EX23.15/Ex23_15.sce b/3769/CH23/EX23.15/Ex23_15.sce
new file mode 100644
index 000000000..b029d0ee4
--- /dev/null
+++ b/3769/CH23/EX23.15/Ex23_15.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+v=100
+
+//Calculation
+//
+l=12.27/sqrt(v)
+
+//Result
+printf("\n Wavelength of an electron is %0.3f A", l)