summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.6/Ex3_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH3/EX3.6/Ex3_6.sce')
-rw-r--r--3701/CH3/EX3.6/Ex3_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH3/EX3.6/Ex3_6.sce b/3701/CH3/EX3.6/Ex3_6.sce
new file mode 100644
index 000000000..eebeb36d7
--- /dev/null
+++ b/3701/CH3/EX3.6/Ex3_6.sce
@@ -0,0 +1,11 @@
+////Given
+E=47.2 // 3ev
+n1=2
+n2 =3
+
+//Calculation
+//
+Z=sqrt(E/(13.6*((1/2.0**2)-(1/3.0**2))))
+
+//Result
+printf("\n Atomic number of the atom is %0.0f ",Z)