summaryrefslogtreecommitdiff
path: root/1439/CH15/EX15.9/15_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH15/EX15.9/15_9.sce')
-rwxr-xr-x1439/CH15/EX15.9/15_9.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1439/CH15/EX15.9/15_9.sce b/1439/CH15/EX15.9/15_9.sce
new file mode 100755
index 000000000..acc1ade52
--- /dev/null
+++ b/1439/CH15/EX15.9/15_9.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+pH= 4.57
+M= 0.03 //mole litre^-1
+M1= 0.1 //mole litre^-1
+//CALCULATIONS
+pH1= pH+log10(M1/M)
+//RESULTS
+printf ('pH = %.2f ',pH1)