diff options
Diffstat (limited to '3689/CH12/EX12.4/12_4.sce')
-rw-r--r-- | 3689/CH12/EX12.4/12_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3689/CH12/EX12.4/12_4.sce b/3689/CH12/EX12.4/12_4.sce new file mode 100644 index 000000000..3503441f3 --- /dev/null +++ b/3689/CH12/EX12.4/12_4.sce @@ -0,0 +1,10 @@ +////Variable Declaration
+n1 = 2 //Two spin states for 1st electron in orbit 1
+n2 = 2 //Two spin states for 2nd electron in orbit 2
+
+//Calculation
+M = n1*n1
+
+//Results
+printf("\n Possible spin states for excited state are %2d",M)
+
|