Wilson matrix explained
Wilson matrix is the following
matrix having integers as elements:
[1] [2] [3] [4] [5] W=\begin{bmatrix}5&7&6&5\ 7&10&8&7\ 6&8&10&9\ 5&7&9&10\end{bmatrix}
This is the coefficient matrix of the following system of linear equations considered in a paper by J. Morris published in 1946:[6]
(S1) \begin{align}5x+7y+6z+5u&=23\\
7x+10y+8z+7u&=32\\
6x+8y+10z+9u&=33\\
5x+7y+9z+10u&=31
\end{align}
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
has been used as an example and for test purposes in many research papers and books over the years. John Todd has referred to
as “the notorious matrix W of T. S. Wilson”.
[1] Properties
is a
symmetric matrix.
is
positive definite.
- The determinant of
is
.
- The inverse of
is
W-1=\begin{bmatrix}68&-41&-17&10\ -41&25&10&-6\ -17&10&5&-3\ 10&-6&-3&2\end{bmatrix}
- The characteristic polynomial of
is
.
- The eigenvalues of
are
0.01015004839789187, 0.8431071498550294, 3.858057455944953, 30.28868534580213
.
- Since
is symmetric, the 2-norm
condition number of
is
\kappa2(W)=(maxeigenvalue)/(mineigenvalue)=30.28868534580213/0.01015004839789187=2984.09270167549
.
- The solution of the system of equations
is
.
- The Cholesky factorisation of
is
where
R
=\begin{bmatrix}\sqrt{5}&
} & \frac & \sqrt \\ 0 & \frac & -\frac & 0 \\ 0 & 0 & \sqrt & \frac \\ 0 & 0 & 0 & \frac\end.
has the factorisation
where
L=
\begin{bmatrix}1&0&0&0\
&1&0&0\
&-2&1&0\ 1&0&
&1
\end{bmatrix}, D=\begin{bmatrix}5&0&0&0\ 0&
&0&0\ 0&0&2&0\ 0&0&0&
\end{bmatrix}
.
has the factorisation
with
as the integer matrix
[7] Z=
\begin{bmatrix}
2&3&2&2\ 1&1&2&1\ 0&0&1&2\ 0&0&1&1\end{bmatrix}
.
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]
the set of
nonsingular, symmetric matrices with integer entries between 1 and 10.
the set of
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:
- Among the elements of
, the maximum condition number is
and this maximum is attained by the matrix
\begin{bmatrix}
2&7&10&10\ 7&10&10&9\ 10&10&10&1\ 10&9&1&10
\end{bmatrix}
.
- Among the elements of
, the maximum condition number is
and this maximum is attained by the matrix
\begin{bmatrix}
9&1&1&5\ 1&10&1&9\ 1&1&10&1\ 5&9&1&10
\end{bmatrix}
.
Notes and References
- Web site: Nick Higham . What Is the Wilson Matrix? . What Is the Wilson Matrix? . June 2021 . 24 May 2022.
- Nicholas J. Higham and Matthew C. Lettington . Optimizing and Factorizing the Wilson Matrix . The American Mathematical Monthly . 2022 . 129 . 5 . 454–465 . 10.1080/00029890.2022.2038006 . 233322415 . 24 May 2022. (An eprint of the paper is available here)
- Web site: Cleve Moler . Reviving Wilson's Matrix . Cleve’s Corner: Cleve Moler on Mathematics and Computing . MathWorks . 24 May 2022.
- Book: Carl Erik Froberg . Introduction to Numerical Analysis . 1969 . Addison-Wesley . Reading, Mass. . 2.
- Book: Robert T Gregory and David L Karney . A Collection of Matrices for Testing Computational Algorithms . 1978 . Robert Krieger Publishing Company . Huntington, New York . 57.
- J Morris . An escalator process for the solution of linear simultaneous equations . The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science . 1946 . 37:265 . 265 . 106–120 . 10.1080/14786444608561331 . 19 May 2022.
- Nicholas J. Higham, Matthew C. Lettington, Karl Michael Schmidt . nteger matrix factorisations, superalgebras and the quadratic form obstruction . Linear Algebra and Its Applications . 2021 . 622 . 250–267 . 10.1016/j.laa.2021.03.028 . 232146938 . free . 2103.04149 .