diff options
Diffstat (limited to '3701/CH3/EX3.8/Ex3_8.sce')
-rw-r--r-- | 3701/CH3/EX3.8/Ex3_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH3/EX3.8/Ex3_8.sce b/3701/CH3/EX3.8/Ex3_8.sce new file mode 100644 index 000000000..12127a644 --- /dev/null +++ b/3701/CH3/EX3.8/Ex3_8.sce @@ -0,0 +1,11 @@ +////Given
+Z=3.0
+n=3 //for Li++
+Z1=1.0
+n1=1 //for hydrogen
+
+//Calculation
+r=(n**2/Z)/(n1**2/Z1)
+
+//Result
+printf("\n orbital ratio of two states %0.3f ",r)
|