diff options
Diffstat (limited to '1385/CH9/EX9.15/9_15.sce')
-rwxr-xr-x | 1385/CH9/EX9.15/9_15.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1385/CH9/EX9.15/9_15.sce b/1385/CH9/EX9.15/9_15.sce new file mode 100755 index 000000000..6565f3648 --- /dev/null +++ b/1385/CH9/EX9.15/9_15.sce @@ -0,0 +1,7 @@ +clc
+//initialisation of variables
+pH= 7.36
+//CALCULATIONS
+C= 10^-pH
+//RESULTS
+printf (' concentration of solution = %.2e mol per litre',C)
|