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.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH3/EX3.15/Ex3_15.sce b/3769/CH3/EX3.15/Ex3_15.sce
new file mode 100644
index 000000000..63b26419f
--- /dev/null
+++ b/3769/CH3/EX3.15/Ex3_15.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+m=9*10**-31
+V=10**6
+q=1.6*10**-19
+a=9*10**9
+
+//Calculation
+K=m*V**2
+r=a*q**2/K
+
+//Result
+printf("\n Distance of the closest approach is %0.3f m", r)