>> K=[6,31,221;31,221,1801;221,1801,15665]
K =
6 31 221
31 221 1801
221 1801 15665
>> f=[31;197;1543]
f =
31
197
1543
>> lambda=inv(K)*f
lambda =
2.1413
0.5472
0.0054
I even use K\f option. But it gives the same result. But this is not correct right? the correct answer should be lambda = 2.1728 0.6070 -0.0102