summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.22
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.22')
-rw-r--r--3769/CH23/EX23.22/Ex23_22.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH23/EX23.22/Ex23_22.sce b/3769/CH23/EX23.22/Ex23_22.sce
new file mode 100644
index 000000000..12af3bf64
--- /dev/null
+++ b/3769/CH23/EX23.22/Ex23_22.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+me=9.11*10**-31 //Kg
+lp=1.813*10**-4
+vp=3
+
+//Calculation
+mp=me/(lp*vp)
+
+//Result
+printf("\n The particles mass is %0.3f *10**-27 Kg. The particle is proton",mp*10**27)