Wilson matrix

From HandWiki
Short description: Mathematical structure used in graph theory

Wilson matrix is the following [math]\displaystyle{ 4\times 4 }[/math] matrix having integers as elements:[1][2][3][4][5]

[math]\displaystyle{ W = \begin{bmatrix}5&7&6&5 \\ 7&10&8&7 \\ 6&8&10&9 \\ 5&7&9&10\end{bmatrix} }[/math]

This is the coefficient matrix of the following system of linear equations considered in a paper by J. Morris published in 1946:[6]

[math]\displaystyle{ \text{(S1)}\quad \begin{align} 5x+7y+6z+5u & = 23\\ 7x+10y+8z+7u & = 32\\ 6x+8y+10z+9u&=33\\ 5x+7y+9z+10u&=31 \end{align} }[/math]

Morris ascribes the source of the set of equations to one T. S. Wilson but no details about Wilson have been provided. The particular system of equations was used by Morris to illustrate the concept of ill-conditioned system of equations. The matrix [math]\displaystyle{ W }[/math] has been used as an example and for test purposes in many research papers and books over the years. John Todd has referred to [math]\displaystyle{ W }[/math] as “the notorious matrix W of T. S. Wilson”.[1]

Properties

  1. [math]\displaystyle{ W }[/math] is a symmetric matrix.
  2. [math]\displaystyle{ W }[/math] is positive definite.
  3. The determinant of [math]\displaystyle{ W }[/math] is [math]\displaystyle{ 1 }[/math].
  4. The inverse of [math]\displaystyle{ W }[/math] is [math]\displaystyle{ W^{-1} = \begin{bmatrix} 68 & -41 & -17 & 10\\ -41 & 25 & 10 & -6 \\ -17 & 10 & 5 &- 3 \\ 10 & -6 & -3 & 2 \end{bmatrix} }[/math]
  5. The characteristic polynomial of [math]\displaystyle{ W }[/math] is [math]\displaystyle{ \lambda^4-35 \lambda^3+146 \lambda^2-100 \lambda+1 }[/math].
  6. The eigenvalues of [math]\displaystyle{ W }[/math] are [math]\displaystyle{ \quad 0.01015004839789187,\quad 0.8431071498550294,\quad 3.858057455944953,\quad 30.28868534580213 }[/math].
  7. Since [math]\displaystyle{ W }[/math] is symmetric, the 2-norm condition number of [math]\displaystyle{ W }[/math] is [math]\displaystyle{ \kappa_2(W)= (\text{max eigen value})/(\text{min eigen value})=30.28868534580213/0.01015004839789187 = 2984.09270167549 }[/math].
  8. The solution of the system of equations [math]\displaystyle{ (S1) }[/math] is [math]\displaystyle{ x=y=z=u=1 }[/math].
  9. The Cholesky factorisation of [math]\displaystyle{ W }[/math] is [math]\displaystyle{ W= R^TR }[/math] where [math]\displaystyle{ R =\begin{bmatrix} \sqrt{5} & \frac{7}{\sqrt{5}} & \frac{6}{\sqrt{5}} & \sqrt{5} \\ 0 & \frac{1}{\sqrt{5}} & -\frac{2}{\sqrt{5}} & 0 \\ 0 & 0 & \sqrt{2} & \frac{3}{\sqrt{2}} \\ 0 & 0 & 0 & \frac{1}{\sqrt{2}}\end{bmatrix} }[/math].
  10. [math]\displaystyle{ W }[/math] has the factorisation [math]\displaystyle{ W= LDL^T }[/math] where [math]\displaystyle{ L = \begin{bmatrix} 1 & 0 & 0 & 0 \\ \frac{7}{5} & 1 & 0 & 0 \\ \frac{6}{5} & -2 & 1 & 0 \\ 1 & 0 & \frac{3}{2} & 1 \end{bmatrix}, \quad D=\begin{bmatrix} 5 & 0 & 0 & 0 \\ 0 & \frac{1}{5} & 0 & 0 \\ 0 & 0 & 2 & 0 \\ 0 & 0 & 0 & \frac{1}{2} \end{bmatrix} }[/math].
  11. [math]\displaystyle{ W }[/math] has the factorisation [math]\displaystyle{ W=Z^TZ }[/math] with [math]\displaystyle{ Z }[/math] as the integer matrix[7] [math]\displaystyle{ Z= \begin{bmatrix} 2 & 3 & 2 & 2 \\ 1 & 1 & 2 & 1 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 1 & 1 \end{bmatrix} }[/math].

Research problems spawned by Wilson matrix

A consideration of the condition number of the Wilson matrix has spawned several interesting research problems relating to condition numbers of matrices in certain special classes of matrices having some or all the special features of the Wilson matrix. In particular, the following special classes of matrices have been studied:[1]

  1. [math]\displaystyle{ S= }[/math] the set of [math]\displaystyle{ 4 \times 4 }[/math] nonsingular, symmetric matrices with integer entries between 1 and 10.
  2. [math]\displaystyle{ P = }[/math] the set of [math]\displaystyle{ 4 \times 4 }[/math] positive definite, symmetric matrices with integer entries between 1 and 10.

An exhaustive computation of the condition numbers of the matrices in the above sets has yielded the following results:

  1. Among the elements of [math]\displaystyle{ S }[/math], the maximum condition number is [math]\displaystyle{ 7.6119\times 10^4 }[/math] and this maximum is attained by the matrix [math]\displaystyle{ \begin{bmatrix} 2 & 7 & 10 & 10 \\ 7 & 10 & 10 & 9 \\ 10 & 10 & 10 & 1 \\ 10 & 9 & 1 & 10 \end{bmatrix} }[/math].
  2. Among the elements of [math]\displaystyle{ P }[/math], the maximum condition number is [math]\displaystyle{ 3.5529 \times 10^4 }[/math] and this maximum is attained by the matrix [math]\displaystyle{ \begin{bmatrix} 9 & 1 & 1 & 5 \\ 1 & 10 & 1 & 9 \\ 1 & 1 & 10 & 1 \\ 5 & 9 & 1 & 10 \end{bmatrix} }[/math].

References

  1. 1.0 1.1 1.2 Nick Higham (June 2021). "What Is the Wilson Matrix?". https://nhigham.com/2021/06/01/what-is-the-wilson-matrix/. 
  2. Nicholas J. Higham and Matthew C. Lettington (2022). "Optimizing and Factorizing the Wilson Matrix". The American Mathematical Monthly 129 (5): 454–465. doi:10.1080/00029890.2022.2038006. https://www.tandfonline.com/doi/full/10.1080/00029890.2022.2038006. Retrieved 24 May 2022.  (An eprint of the paper is available here)
  3. Cleve Moler. "Reviving Wilson's Matrix". MathWorks. https://blogs.mathworks.com/cleve/2018/08/20/reviving-wilsons-matrix/. 
  4. Carl Erik Froberg (1969). Introduction to Numerical Analysis (2 ed.). Reading, Mass.: Addison-Wesley. 
  5. Robert T Gregory and David L Karney (1978). A Collection of Matrices for Testing Computational Algorithms. Huntington, New York: Robert Krieger Publishing Company. p. 57. 
  6. J Morris (1946). "An escalator process for the solution of linear simultaneous equations". The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science 37:265 (265): 106–120. doi:10.1080/14786444608561331. http://dx.doi.org/10.1080/14786444608561331. Retrieved 19 May 2022. 
  7. Nicholas J. Higham, Matthew C. Lettington, Karl Michael Schmidt (2021). "nteger matrix factorisations, superalgebras and the quadratic form obstruction". Linear Algebra and Its Applications 622: 250–267. doi:10.1016/j.laa.2021.03.028.