diff options
Diffstat (limited to '3718/CH2/EX2.10/Ex2_10.sce')
-rw-r--r-- | 3718/CH2/EX2.10/Ex2_10.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3718/CH2/EX2.10/Ex2_10.sce b/3718/CH2/EX2.10/Ex2_10.sce new file mode 100644 index 000000000..959213e2a --- /dev/null +++ b/3718/CH2/EX2.10/Ex2_10.sce @@ -0,0 +1,7 @@ +//Chapter 2: Spectroscopy and Photochemistry
+//Problem:10
+clc;
+
+mprintf("Because CO2 is a linear molecule.\n")
+v_deg = 3 * 3 - 5
+mprintf(" The vibrational degree of freedom is %d",v_deg)
|