diff options
Diffstat (limited to '3876/CH14/EX14.2/Ex14_2.sce')
-rw-r--r-- | 3876/CH14/EX14.2/Ex14_2.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH14/EX14.2/Ex14_2.sce b/3876/CH14/EX14.2/Ex14_2.sce new file mode 100644 index 000000000..a17e2453e --- /dev/null +++ b/3876/CH14/EX14.2/Ex14_2.sce @@ -0,0 +1,14 @@ +//Chapter 14 Determination of Hydroniumion Concentrations + +clc; +clear; + +//Initialisation of Variables +e= 0.266 //v +R= 0.0592 + +//CALCULATIONS +pH= e/R + +//RESULTS +mprintf("pH of the unkown solution= %.2f",pH) |