diff options
Diffstat (limited to '1652/CH4/EX4.4')
-rwxr-xr-x | 1652/CH4/EX4.4/4_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1652/CH4/EX4.4/4_4.sce b/1652/CH4/EX4.4/4_4.sce new file mode 100755 index 000000000..85223bc32 --- /dev/null +++ b/1652/CH4/EX4.4/4_4.sce @@ -0,0 +1,10 @@ +clc
+//initialization of variables
+l1=2886 //cm^-1
+l2=5668 //cm^-1
+//calculations
+wave=2*l1-l2
+wave2= wave+l1
+x=wave/(2*wave2)
+//results
+printf("anharmonicity constant = %.4f ",x)
|