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 --- 1439/CH20/EX20.2/20_2.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1439/CH20/EX20.2/20_2.sce (limited to '1439/CH20/EX20.2/20_2.sce') diff --git a/1439/CH20/EX20.2/20_2.sce b/1439/CH20/EX20.2/20_2.sce new file mode 100755 index 000000000..fc733c486 --- /dev/null +++ b/1439/CH20/EX20.2/20_2.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +T= 20 //C +v= 0.01005 //poise +N= 6*10^23 //molecules +D= 7.8*10^-7 +//CALCULATIONS +M= 4*%pi*N/(3*0.75*(D*N*6*%pi*v/(8.31*10^7*(273+T)))^3) +//RESULTS +printf ('maximum molecular weight = %.f g mole^-1',M) -- cgit