summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.15/Ex3_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.15/Ex3_15.sce')
-rw-r--r--3769/CH3/EX3.15/Ex3_15.sce15
1 files changed, 8 insertions, 7 deletions
diff --git a/3769/CH3/EX3.15/Ex3_15.sce b/3769/CH3/EX3.15/Ex3_15.sce
index 63b26419f..f0cd4f4be 100644
--- a/3769/CH3/EX3.15/Ex3_15.sce
+++ b/3769/CH3/EX3.15/Ex3_15.sce
@@ -1,13 +1,14 @@
+
clear
//Given
-m=9*10**-31
-V=10**6
-q=1.6*10**-19
-a=9*10**9
+m=9*10**-31// mass of e kg
+V=10**6// velocity of e m/s
+q=1.6*10**-19// charge of e C
+a=9*10**9// constant
//Calculation
-K=m*V**2
-r=a*q**2/K
+K=m*V**2// kinetic energy
+r=a*q**2/K // Distance of the closest approach
//Result
-printf("\n Distance of the closest approach is %0.3f m", r)
+printf("\n Distance of the closest approach is %e m", r)