The off-topic post today (I am trying to edit a complete long thread about “fundamental constants” and “units” in Physics for the next posts, so be patient, please) is graph theory through a wonderful film. I have always loved the movie Good Will Hunting. It has some remarkable problems I solved long ago…Here you are my solutions ( and a final challenge at the end of this blog post to test your mathematical skills).
Problem A. Given the graph G below:
1) Find the adjacency matrix L of G.
2) Find the matrix giving the number of 3 step walks in G.
3) Find the generating function of the graph G for walks from node (i) to node (j).
4) Find the generating function for walks from point/node 1 to point/node 3. Explain the final result.
The adjacency matrix L or encodes some beautiful features of the graph. The entry
is equal to k if there are k connections/links/edges between node i and j. Otherwise, the entry is zero. Problem A1 is to find L and A2 asks to find the matrix which encodes all possible paths of length 3.
is by definition of the matrix product the sum
Each term in this sum, like is not 0 if and only if there is at least one path of length 2 going from i to j passing through k. Therefore, the matrix
is the number of paths of length 2 leading from node i to j.
Similarly, will be the number of paths of length n going from i to j. A walk/path of length k is an ordered sequence of vertices and edges
and such as
if the walk is “closed” after k-steps/jumps from node to node.
Generating function/Generating function matrix. To a graph one can assign for pair of nodes (i,j) a series
and where is the number of walks from i to j with n steps. Problem A3 asks for a formula for f(z) and problem A4 asks an explicit expression in the case i=1,j=3. In the movie, the generating function is written in a different notation
There,
The formula for the summation of a geometric series holds also for matrices, since
Solution A1.
Solution A2.
Solution A3.
The Cramer’s rule for the inverse of a matrix is
and it leads to the equivalent formulae
and with
as . For
, we get
It can also be written as
Solution A4.
Especially, when i=1 and j=3, we get
and
Then, the generating function can be written as the fraction
Indeed, the computation can be done for every pair of nodes. The generating function matrix comes from
and then
A long and tedious calculation provides
Finally, let us remark that if we expand the generating function into an infinite series, we can obtain the number of walks of k-length as the numerical coefficient in the kth-power of z. In our example and problem from the Will Hunting’s movie, we deduce that
and then
or up to 12th degree in z
Then, from the node 1 to the node 3 there is 2 walks of length 2, 2 walks of length 3, 14 walks of length 4, 18 paths of length 5, 94 paths of length 6, 146 walks of length 7, 638 paths of length 8, 1138 walks of length 9, and so on.
The movie provides this cool picture of the problem and the solutions I have already deduced
Problem B.
1) State the Cayley’s theorem/formula and explain its meaning.
2) Find every homeomorphically irreducible tree of degree 10 ( i.e., irreducible trees of 10 nodes non-isomorphic to each other, and without vertices of degree 2).
Answer B1. Cayley’s formula is a result in graph theory named after the mathematician Arthur Cayley. It states that for any positive integer the number of trees with labeled vertices is
, i.e, it says that the number of trees on n-labeled vertices is
.
Remark: The formula equivalently counts the number of “spanning trees” of a complete graph with n-labeled vertices.
Answer B2. The solution is given by the following trees
Only 8 of these graphs are in the movie, since when Will Hunting is writing them on the blackboard, Prof. Lambeau appeared and Will didn’t continue with the solution to the problem.
Remark: The counting function for homeomorphically (inequivalent) irreducible trees is
Homeomorphically irreducible trees are also called series-reduced trees or topological trees. Indeed, the generating function expansion is a series formed by the so-called number of reduced trees with n-nodes. It is the Sloane series A000014, and it is given by the following numbers:
Here you are the complete list of homeomorphically irreducible trees up to n=12 ( is absent since it is the empty set) :
PS: A final poster of the Good Will Hunting movie and some of the problem B solutions, with solution in b) being wrong in one case AND incomplete ( be aware!)…
PS(II): A challenge for eager readers is…Are you able to guess AND prove the complicated formulae providing the last series and numbers? I mean, are you able to find the generating function producing the series above?
It is not easy but it is fun and enlightening!
STAY TUNED!!!
Hi . Could you provide the solution for problem PS(II)? . I do not have the proper mathematical knowledge to arrive at the answer yet but I am very interested in knowing the generating function for this series.
Well, the solution is tricky and very hard, because there is no analytical generating function per se. You have to guess a numerical solution for an implicit equation of 3 specific graph types and then you solve the implicit equation with a computer or by hand by brute force(I did the latter long ago). As far as I know, there is no analytical closed formula to that series, but an implicit solution in terms of 3 generating functions makes the job. You can also search for the solution in a mathematical page devoted to the origin and uses of series if you are clever enough. However, it is a nice excercise to face with the problem, as I did myself some years ago, and compute analitically the first numbers and/or use your computer (with the aid of Mathematica, Maple,…) to solve the 3 equations providing the solution implicitly. I will not provide solutions of this class of excercises in my blog (explicitly) since I believe that “young people” go too fast for the solution without thinking in general the procedure to get them! It is important the process to arrive at solutions! Otherwise, and more now in the internet era, you google it and you have the solution. That is not how the world works. Scientists like me face problems without knowing most of the time how to solve it…Hehehe…Engineers and other people are interested only in “the solution”… It also happens with problems like those I wrote long ago relative to neutrinos in some Cherenkov detectors. I really believe that what matters for people interested in science should also be how to get the solutions. Of course, some of these ideas I have could be preposterous in the far future, when every question has been solved, it is likely that people were only interested in the solutions, and not how to get them (with computers only?)…A pity! Try harder! You will learn a lot if you face the problem yourself… I urge you to post the solution in the future, when you find it. I will be honored and glad to know some people do/solve the problems I proposed here :).
Two of the entries in your matrix
are incorrect. The final two entries of Row 2 should be 01. In your matrix they are transposed as 10.
Thanks! Typos corrected!