summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.7/Ex24_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH24/EX24.7/Ex24_7.sce')
-rw-r--r--3769/CH24/EX24.7/Ex24_7.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH24/EX24.7/Ex24_7.sce b/3769/CH24/EX24.7/Ex24_7.sce
new file mode 100644
index 000000000..01275e1c7
--- /dev/null
+++ b/3769/CH24/EX24.7/Ex24_7.sce
@@ -0,0 +1,17 @@
+clear
+//Given
+e=8.854*10**-12
+h=6.62*10**-34
+m=9*10**-31
+e1=1.6*10**-19
+
+//Calculation
+//
+r1=((e*h**2)/(%pi*m*e1**2))*10**10
+v1=e1**2/(2*e*h)
+n=2*r1
+
+//Result
+printf("\n Radius of first orbit is %0.2f A",r1)
+printf("\n Velocity of electron is %0.1f *10**6 m/s",v1*10**-6)
+printf("\n Size of hydrogen atom is %0.2f A",n)