summaryrefslogtreecommitdiff
path: root/821/CH9/EX9.1/9_1.sce
blob: a151a642206623e3eec05526e835d1b7844e594a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
printf('Let M be the Molecular weight of the dye.Original concentration is 30.1/M mol litre^-1');
I0=100;
I=50;
b=1;
A=log10(I0/I);
printf('\nFrom Beers law=A=%f',A);
x=A/30.1;
printf('\na/M=%f',x);
c=15.05;
I=70.7;
printf('\nPercentage of light transmitted=I=%f',I);
AI=100-I;
printf('\nPercentage of light absorbed=AI=%f',AI);
c=60.2;
I=25;
printf('\nPercentage of light transmitted=I=%f',I);
AI=100-I;
printf('\nPercentage of light absorbed=AI=%f',AI);
printf('\nIt must be noted that it is absorbance A that is linearly related to concentration and not percentage light transmitted or absorbed');
b=2;
c=30.1;
I=25;
printf('\nPercentage of light transmitted=I=%f',I);
b=4.32;
printf('\nb=%fcm',b);