From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 623/CH27/EX5.5.6/U5_C5_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 623/CH27/EX5.5.6/U5_C5_6.sce (limited to '623/CH27/EX5.5.6/U5_C5_6.sce') diff --git a/623/CH27/EX5.5.6/U5_C5_6.sce b/623/CH27/EX5.5.6/U5_C5_6.sce new file mode 100755 index 000000000..5ed6e1bd6 --- /dev/null +++ b/623/CH27/EX5.5.6/U5_C5_6.sce @@ -0,0 +1,9 @@ +//variable initialization +mu=8.37*10^-28; //Reducec mass of hydrogen molecule (kg) +h=6.58*10^-16; //Plank's constant (eV s) +E0=0.273 //Ground state vibrational energy of hydrogen molecule (eV) + +//calculation of force constant of the molecule +k=mu*((2*E0)/h)^2; //force constant of hydrogen molecule (N/m) + +printf("\n Force constant = %.0f N/m",k); -- cgit