Skip to main content

Authors in a Markov matrix: Which author do people find most inspiring? (16)


Markov matrix

The train station example shows that applying an adjacency matrix to a stations vector can tell us which station can we reach from any starting station. Let's think one step further, we can look into the quantity side of the movement in stead of possible side of the movement.

There is a city called Potsdam 40 minutes away from Berlin by a train (S-Bahn). These two cities are close and a lot f movement of people between them. Some move Potsdam to Berlin and others move other way around. The adjacency matrix of the two cities is the following.
\begin{eqnarray*} \begin{array}{|c|c|} \hline \mbox{Station} & \mbox{1 step} \\ \hline \mbox{Weinmeisterstr} & 1 \\ \mbox{Alexanderplatz} & 0 \\ \mbox{Hackescher Markt} & 0 \\ \mbox{Jannowitzbruecke} & 0 \\ \hline \end{array} \end{eqnarray*}
Let me show you what is the meaning of columns and rows of the matrix.
\begin{eqnarray*} \begin{array}{ccc} & \mbox{Berlin} & \mbox{Potsdam} \\ \begin{array}{c} \\ \mbox{Berlin} \\ \mbox{Potsdam} \\ \end{array} & \left[ \begin{array}{c} 1 \\ 1 \\ \end{array} \right. & \left. \begin{array}{c} 1\\ 1\\ \end{array} \right] \end{array} \end{eqnarray*}

This matrix only represents the connectivity. This means we can stay both cities and we can also move one to another. Though, this is not so interesting. An interest is a feeling, this can not be explained by mathematics. Therefore, some might think this is a strange as a mathematics discussion. Mathematician has some passion about a problem: interesting or not. In this case, there are two cities connected, and what the adjacency matrix can tell is that you can be any city. It's trivial, isn't it? At least I am not interested in this case.  But it became more interesting when we introduce how many people is moving in the matrix.

Assume a following vector that represents population of the cities. Say this vector a population vector.
\begin{eqnarray*} \left[ \begin{array}{c} p_{b} \\ p_{p} \\ \end{array} \right] &=& \left[ \begin{array}{l} \mbox{Population of Berlin} \\ \mbox{Population of Potsdam} \\ \end{array} \right] \end{eqnarray*}
Let's think about the change of population. Assume the year 2000 is the starting point, time \(t=0\). We write this as:
\begin{eqnarray*} \left[ \begin{array}{c} p_{b} \\ p_{p} \\ \end{array} \right]_{t=0} \end{eqnarray*}
The population change is observed every year. Assume how this year's change happens based on the last year and let it a matrix \(M\).
\begin{eqnarray*} \left[ \begin{array}{c} p_{b} \\ p_{p} \\ \end{array} \right]_{t=k+1} &=& M \left[ \begin{array}{c} p_{b} \\ p_{p} \\ \end{array} \right]_{t=k} \end{eqnarray*}

To make the example simple, the change of population only defined by people's moving ratio. This means no baby is born, no one die. Also, the people only move between these two cities and the ratio of moving people are fixed.

This assumption is a big limitation. It's easy to imagine that the people's moving ratio may change every year, babies will be born, and some will die. Some people surely move to other cities. None of the assumptions is realistic. We can make the model more complex to be more realistic, i.e., number of cities can be arranged by other matrix size, birth and death ratio also can be considered. My motivation here is not accurately predicting the population. My motivation here is to show how the matrix analysis works. Therefore, I would like to stick the simplest model.  This is a common problem when we try to explain a mathematician idea. A simpler example is easy to understand, but it is usually less realistic. I can imagine some people think the class mathematics is not useful because the assumption is usually not realistic and can not be applied to the real problems. But this is a learning problem. If the example is too complex, we might not be able to understand it, if the example is too simple, we might not be able to apply it to the real problem. I show a simple but unrealistic example for understanding. Then, I would like to apply the method to more complex problem later.


Today's story became a bit longer, yet just the introduction. Next article, I would like to talk about this population matrix.

Comments

Popular posts from this blog

Why parallelogram area is |ad-bc|?

Here is my question. The area of parallelogram is the difference of these two rectangles (red rectangle - blue rectangle). This is not intuitive for me. If you also think it is not so intuitive, you might interested in my slides. I try to explain this for hight school students. Slides:  A bit intuitive (for me) explanation of area of parallelogram  (to my site, external link) . 

Geometric Multiplicity: eignvectors (2)

If eigenvectors of a matrix A are independent, it is a happy property. Because the matrix A can be diagonalized with a matrix S that column vectors are eigenvectors of A . For example, Why this is a happy property of A? Because I can find A's power easily. A^{10} is not a big deal. Because Λ is a diagonal matrix and power of a diagonal matrix is quite simple. A^{10} = SΛ^{10} S^{-1} Then, why if I want to compute power of A ? That is the same reason to find eigenvectors. Eigenvectors are a basis of a matrix. A matrix can be represented by a single scalar. I repeat this again. This is the happy point, a matrix becomes a scalar. What can be simpler than a scalar value. But, this is only possible when the matrix S's columns are independent. Because S^{-1} must be exist. Now I come back to my first question. Is the λ's multiplicity related with the number of eigenvectors? This time I found this has the name. Geometric multiplicity (GM): the number of in...

Tezuka Osamu's Black Jack, "Shrinking"

I like several novel authors. My first favorite author is probably Teduka, Osamu. I still love him. The list grows by adding Hoshi, Shinichi, Agatha Christie, Hermann Hesse, and so forth. My first favorite article of Tezuka was Atom as most of the (boy's) Tezuka fans did. But my favorite is Black Jack. I try to summarize one story, it is still quite vivid in my memory. I first read this story when I was 13 - 15 years old. I re-read it at least several times since Black Jack is composed of many short episodes. The title should be "ちぢむ (SHRINKING)" or it might be "縮む(Shrinking)". (It is not so convenient to translate this to English, since English does not have a system to say the exact same word in several ways. So I just simulate it with capital letters.) Black Jack is a genius surgeon, but he does not have the license. In short, his medical activity is illegal. His skill is top level in the world, but, the fee is also out-of-law expensive. In the story ...