summaryrefslogtreecommitdiff
path: root/1388/CH7/EX7.7/7_7.sce
blob: e44afa9cf96fc3798169c219ee1a8f4157f73f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
A= 388.5
l= 349.8
a= 0.61
m= 0.1 //M
//CALCULATIONS
L= A-l
A1= a*A
Lsp= m*A1/1000
//RESULTS
printf (' equivalent conductance of the anion at infinite solution = % 2e mho cm^-2 ',Lsp)