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 --- 1385/CH17/EX17.3/17_3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1385/CH17/EX17.3/17_3.sce (limited to '1385/CH17/EX17.3') diff --git a/1385/CH17/EX17.3/17_3.sce b/1385/CH17/EX17.3/17_3.sce new file mode 100755 index 000000000..76507e505 --- /dev/null +++ b/1385/CH17/EX17.3/17_3.sce @@ -0,0 +1,11 @@ +clc +//initialisation of variables +t= 10 //min +c= 0.01 //molar +c1= 0.00464 //molar +//CALCULATIONS +k= (c-c1)/(c*c1*t) +T= 1/(k*0.01) +//RESULTS +printf (' velocity constant= %.1f min^-1',k) +printf (' \n half-time period= %.1f min',T) -- cgit