summaryrefslogtreecommitdiff
path: root/1427/CH35/EX35.17/35_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH35/EX35.17/35_17.sce')
-rw-r--r--1427/CH35/EX35.17/35_17.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH35/EX35.17/35_17.sce b/1427/CH35/EX35.17/35_17.sce
new file mode 100644
index 000000000..2ef2013a9
--- /dev/null
+++ b/1427/CH35/EX35.17/35_17.sce
@@ -0,0 +1,7 @@
+//ques-35.17
+//Calculating frequency for a given transition in CO
+clc
+r=112.81;//bond length (in pm)
+r_m=(12*16/1000)/((12+16)*6.23*10^23);//reduced mass (in kg)
+B=(6.625*10^-34)/(8*%pi^2*r_m*(r*10^-12)^2*3*10^10);
+printf("The frequency for the given transition in CO is %.2f /cm.",6*B);