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 --- 1388/CH7/EX7.14/7_14.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1388/CH7/EX7.14/7_14.sce (limited to '1388/CH7/EX7.14') diff --git a/1388/CH7/EX7.14/7_14.sce b/1388/CH7/EX7.14/7_14.sce new file mode 100755 index 000000000..ec413e0dc --- /dev/null +++ b/1388/CH7/EX7.14/7_14.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +a= 2.4*10^-4 +Ph= 11.54 +//CALCULATIONS +Ph1= -log10(a) +a= 10^(-Ph) +//RESULTS +printf (' pH of solution = %.2f ',Ph1) +printf (' \n activity coefficient = %.1e ',a) -- cgit