summaryrefslogtreecommitdiff
path: root/1019/CH6/EX6.12/Example_6_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1019/CH6/EX6.12/Example_6_12.sce')
-rw-r--r--1019/CH6/EX6.12/Example_6_12.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1019/CH6/EX6.12/Example_6_12.sce b/1019/CH6/EX6.12/Example_6_12.sce
new file mode 100644
index 000000000..ad2f829fb
--- /dev/null
+++ b/1019/CH6/EX6.12/Example_6_12.sce
@@ -0,0 +1,15 @@
+//Example 6.12
+clear;
+clc;
+
+//Given
+T=300;//temperature in K
+s=2;//symmetry number
+I=4.59;//moment of inertia in 10^(-47) kg m^2
+h=6.626;//plancks constant in 10^(34) Js
+k=1.38;//in (10^(-23)) J K^-1
+
+//To determine the rotational partition function
+Qr=((8*(%pi^2)*I*k*T)/(s*(h^2)))*0.001;//rotational partition function
+mprintf('rotational partition function,qr = %f',Qr);
+//end \ No newline at end of file