summaryrefslogtreecommitdiff
path: root/1427/CH35/EX35.6/35_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH35/EX35.6/35_6.sce')
-rw-r--r--1427/CH35/EX35.6/35_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH35/EX35.6/35_6.sce b/1427/CH35/EX35.6/35_6.sce
new file mode 100644
index 000000000..f4592c426
--- /dev/null
+++ b/1427/CH35/EX35.6/35_6.sce
@@ -0,0 +1,8 @@
+//ques-35.6
+//Calculating force constant for CO molecule
+clc
+w_n=2.143*10^5;//wave number (in /m)
+r_m=1.139*10^-26;//reduced mass (in kg)
+c=3*10^8;//speed of light (in m/s)
+k=4*(%pi)^2*c^2*w_n^2*r_m;
+printf("The value of force constant for CO is %d N/m.",k);