summaryrefslogtreecommitdiff
path: root/2258/CH5/EX5.9/5_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2258/CH5/EX5.9/5_9.sce')
-rwxr-xr-x2258/CH5/EX5.9/5_9.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2258/CH5/EX5.9/5_9.sce b/2258/CH5/EX5.9/5_9.sce
new file mode 100755
index 000000000..f9d129e12
--- /dev/null
+++ b/2258/CH5/EX5.9/5_9.sce
@@ -0,0 +1,8 @@
+clc();
+clear;
+// To calculate the isotopic mass
+M1=199.5; //isotopic mass in in a.m.u
+T1=5; //1st critical temp in K
+T2=5.1; //2nd critical temp in K
+M2=((T1/T2)^2)*M1;
+printf("the isotopic mass of M2 is %f a.m.u",M2);