From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 3428/CH23/EX14.23.23/Ex14_23_23.sce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3428/CH23/EX14.23.23/Ex14_23_23.sce') diff --git a/3428/CH23/EX14.23.23/Ex14_23_23.sce b/3428/CH23/EX14.23.23/Ex14_23_23.sce index ea1a8508b..53224b6ae 100644 --- a/3428/CH23/EX14.23.23/Ex14_23_23.sce +++ b/3428/CH23/EX14.23.23/Ex14_23_23.sce @@ -5,5 +5,5 @@ pKa=3.08 Ka=10^(-pKa) x1=(-Ka+sqrt((Ka)^2+(4*0.01*Ka)))/2 x2=(-Ka-sqrt((Ka)^2+(4*0.01*Ka)))/2 //neglected -pH=-log10(x2) +pH=-log10(x1) disp(pH,'pH of the given solution') -- cgit