Google’s PageRank idea is a marvel of power and simplicity. An introduction to the basic version of this algorithm was provided in a Numerical Linear Algebra course and is reproduced here.
Consider this puzzle :
Some scientist-types have a week to throw a party. They have 7 bottles of wine in their cellar. However, the vintage bottles have lost their labels. Of these, 1 bottle was rat poison, but which one ? To test this out, they volunteer their pet rats, but have only 3 such rats. Also it takes a rat about a week to die of the poison. They need to figure out a way to test all 7 bottles using just 3 rats, such that, at the end of the week they know exactly which bottle was rat poison.
A matrix norm (for some ) is defined as :
where, is a vector norm and
is the supremum, a sort of maximum value
this value. In some sense, this measures the stretching that the matrix
imparts onto the vector
.
Interestingly, it can be shown that the norm is nothing but the maximum column (absolute) sum of the matrix
and the
norm is the maximum sum of absolute values of elements of a row in
. More importantly, the useful
norm is actually the largest singular value of
.
We can also show how these norms are related to each other. For example,
To show this, first consider the vector norm relationship for .
Therefore,
Replace each with the maximum (absolute) value among them. Thus,
So, .
Now, we know, .
Using the inequalities from the vector norm, we have, and
.
So, substituting them into the matrix norm definition, we get,
.
This is how we get, .
Similarly, (since the vector
) and
, implies,
Finally, we get,
Recent Comments