diff options
Diffstat (limited to '1385/CH9/EX9.14/9_14.sce')
-rwxr-xr-x | 1385/CH9/EX9.14/9_14.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1385/CH9/EX9.14/9_14.sce b/1385/CH9/EX9.14/9_14.sce new file mode 100755 index 000000000..fec78dd10 --- /dev/null +++ b/1385/CH9/EX9.14/9_14.sce @@ -0,0 +1,7 @@ +clc
+//initialisation of variables
+c= 1.92*10^-5 //mole per litre
+//CALCULATIONS
+pH= -log10(c)
+//RESULTS
+printf (' pH of solution = %.2f ',pH)
|