summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.15/Ex3_15.sce
blob: 63b26419fe28d162aec9e8d4abf45290a152a7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)