diff options
Diffstat (limited to '1439/CH15/EX15.6/15_6.sce')
-rwxr-xr-x | 1439/CH15/EX15.6/15_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1439/CH15/EX15.6/15_6.sce b/1439/CH15/EX15.6/15_6.sce new file mode 100755 index 000000000..e7b34266b --- /dev/null +++ b/1439/CH15/EX15.6/15_6.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+K= 1.75*10^-5
+c= 0.01 //M
+//CALCULATIONS
+r= 10^(-0.509*sqrt(c))
+Ka= K/r^2
+//RESULTS
+printf ('ionisation constant = %.2e ',Ka)
|