diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3428/CH12/EX6.12.14/Ex6_12_14.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3428/CH12/EX6.12.14/Ex6_12_14.sce')
-rw-r--r-- | 3428/CH12/EX6.12.14/Ex6_12_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH12/EX6.12.14/Ex6_12_14.sce b/3428/CH12/EX6.12.14/Ex6_12_14.sce new file mode 100644 index 000000000..90a79d799 --- /dev/null +++ b/3428/CH12/EX6.12.14/Ex6_12_14.sce @@ -0,0 +1,9 @@ +//Section-6,Example-6,Page no.-P.49 +//To calculate the molar mass of the compound. +clc; +w_B=28 +w_A=750*10^-3 +dl_Tf=5.4 +K_f=30 +m_B=(K_f*w_B)/(dl_Tf*w_A) +disp(m_B,'Molar mass of the given compound(gmmol^-1)') |