From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3876/CH14/EX14.4/Ex14_4.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3876/CH14/EX14.4/Ex14_4.sce (limited to '3876/CH14/EX14.4') diff --git a/3876/CH14/EX14.4/Ex14_4.sce b/3876/CH14/EX14.4/Ex14_4.sce new file mode 100644 index 000000000..e327efecd --- /dev/null +++ b/3876/CH14/EX14.4/Ex14_4.sce @@ -0,0 +1,16 @@ +//Chapter 14 Determination of Hydroniumion Concentrations + +clc; +clear; + +//Initialisation of Variables +E= 0.527 //v +T= 25 //C +R= 0.0592 +e= -0.246 //v + +//CALCULATIONS +pH= -(-E-e)/R + +//RESULTS +mprintf("pH of the unknown solution= %.2f",pH); -- cgit