summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.19/Ex23_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.19/Ex23_19.sce')
-rw-r--r--3769/CH23/EX23.19/Ex23_19.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH23/EX23.19/Ex23_19.sce b/3769/CH23/EX23.19/Ex23_19.sce
new file mode 100644
index 000000000..bc9d053cc
--- /dev/null
+++ b/3769/CH23/EX23.19/Ex23_19.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+l=2.0*10**-10 //m
+h=6.62*10**-34
+
+//Calculation
+p=h/l
+
+//Result
+printf("\n Momentum of electrons is %0.3f Kg m/s", p)