Jump to content

Bohemian matrices

From Wikipedia, the free encyclopedia
(Redirected from Bohemian Matrices)

A Bohemian matrix family[1] is a set of matrices whose entries are members of a fixed, finite, and discrete set, referred to as the "population". The term "Bohemian" was first used to refer to matrices with entries consisting of integers of bounded height, hence the name, derived from the acronym BOunded HEight Matrix of Integers (BOHEMI).[2] The majority of published research on these matrix families studies populations of integers, although this is not strictly true of all possible Bohemian matrices. There is no single family of Bohemian matrices. Instead, a matrix can be said to be Bohemian with respect to a set from which its entries are drawn. Bohemian matrices may possess additional structure. For example, they may be Toeplitz matrices or upper Hessenberg matrices.

Blue, yellow, and gold fractal doily with a tilted hamster-face in the middle (that's just pareidolia, but inescapable). Triple symmetry with sharp points at 9 o'clock, at 1 o'clock, and 5 o'clock.
A density plot of all eigenvalues of all dimensions in 15x15 Bohemian upper Hessenberg zero diagonal matrices with population cube roots of -1

Applications[edit]

Software testing[edit]

Bohemian matrices are used in software testing, particularly in linear algebra applications. They are often distinctly represented on computers[3] and are identifiable for extreme behavior through exhaustive search (for small dimensions), random sampling, or optimization techniques. Steven E. Thornton utilized these concepts to develop a tool that solved over two trillion eigenvalue problems, revealing instances of convergence failure in some popular software systems.[4]

The anymatrix toolbox is an extensible MATLAB matrix tool that provides a set of sorted Bohemian matrices and utilities for property-based queries of the set.[5]

Improved bounds[edit]

In a presentation at the 2018 Bohemian Matrices and Applications Workshop, Nick Higham, (co-author of the anymatrix toolbox) explained how he utilizedco-author of the anymatrix toolbox, discussed how he used genetic algorithms on Bohemian matrices with population P={-1, 0, 1} to refine lower bounds on the maximal growth factor for rook pivoting.[6]

Connections to other fields[edit]

Random matrices[edit]

Bohemian matrices can be studied through random sampling, a process that intersects with the field of random matrices. However, the study of random matrices has predominantly focused on real symmetric or Hermitian matrices, or matrices with entries drawn from a continuous distribution, such as Gaussian ensembles. Notable exceptions to this focus include the work of Terence Tao and Van Vu.[7][8]

Bernoulli and Hadamard matrices[edit]

The term Bernoulli matrices is sometimes used to describe matrices with entries constrained to ±1,[9] classifying them as Bohemian matrices. A Hadamard matrix is a Bernoulli matrix that satisfies an additional property, namely that its determinant is maximal. Hadamard matrices (and Bernoulli matrices) have been studied for far longer than the term "Bohemian matrix" has existed. The questions posed about Hadamard matrices, such as those concerning maximal determinants, can also be applied to other Bohemian matrices. One generalization of Hadamard matrices includes Butson-type Hadamard matrices, whose entries are qth roots of unity for q > 2, and can also be considered prototypical Bohemian matrices.

Graph theory[edit]

Matrices with discrete entries, particularly incidence matrices, play a crucial role in understanding graph theory. The results from graph theory research can elucidate phenomena observed in Bohemian matrix experiments. Conversely, experiments conducted using Bohemian matrices can provide valuable insights into graph-related problems.[10]

Combinatorics[edit]

Several open problems listed in the Encyclopedia of Integer Sequences concerning Bohemian matrices are combinatoric in nature. For instance, A306782 lists a table of the number of distinct minimal polynomials for Bernoulli matrices (Bohemian matrices with entries ±1) up to dimension 5. The numbers for higher dimensions remain unknown. The number of valid Bernoulli matrices of dimension 6 is 236=68,719,476,736; while this set could be exhaustively searched (it is delightfully parallel), the greater-than-exponential growth of the number of matrices quickly grows beyond the limits of numerical analysis. There are symmetries that might be taken advantage of, as is done[10] for zero-one matrices, but these require sophisticated combinatorics knowledge.

Number theory[edit]

Many number theorists have studied polynomials with restricted coefficients. For instance, Littlewood polynomials have coefficients ±1 in the monomial basis. Researchers such as Kurt Mahler,[11] Andrew Odlyzko, Bjorn Poonen[12] and Peter Borwein have contributed to this field. By using companion matrices, these polynomial problems with restricted coefficients can be framed as Bohemian matrix problems. However, the characteristic polynomial of a Bohemian matrix may have coefficients that are exponentially large in the matrix dimension, so the reverse transformation is not always applicable.[13][14]

Connections to Magic Squares are explored in Kathleen Ollerenshaw's book with D. Brée.[15] Furthermore, Bohemian matrices are explicitly connected to quadratic forms in certain papers.[16]

Solution of polynomial equations[edit]

To find the roots of a polynomial, one can construct a corresponding companion matrix and solve for its eigenvalues. These eigenvalues correspond to the roots of the original polynomial. This method is commonly used in NumPy's polynomial package and is generally numerically stable,[17] though it may occasionally struggle with polynomials that have large coefficients or are ill-conditioned.

Improving this situation involves finding a minimal height companion matrix for the polynomial within a Bohemian matrix family.[18] However, no efficient general-purpose techniques are currently known for this approach.

History[edit]

The term "Bohemian matrices" and the concept of categorizing problems in this manner first appeared in a publication by ISSAC in 2016.[19] The name originated from the mnemonic BOunded HEight Matrix of Integers (BOHEMI), although the classification has since been expanded to include other discrete populations,[20] such as Gaussian integers. The utility and scope of this categorization are becoming increasingly recognized, with the first significant journal publication[21] following smaller earlier publications. As of March 2022, several publications explicitly use the term "Bohemian matrices," in addition to those already cited in this article.[22][23][24].

The inaugural workshop on Bohemian matrices was held in 2018 at the University of Manchester, titled "Bohemian Matrices and Applications." The concept is akin to the specialization suggested by George Pólya, titled "Bohemian Matrices and Applications." The concept is akin to the specialization suggested by Littlewood polynomial.

This concept shares similarities with sign pattern matrices, where two matrices with real entries are deemed equivalent if corresponding entries have the same sign.[25] A Bohemian matrix with the population P={-1, 0, 1} is an example of a sign pattern matrix and adheres to the defined properties but may also exhibit unique characteristics specific to its Bohemian nature.

References[edit]

  1. ^ Higham, Nicholas J (December 2018). "Rhapsodizing about Bohemian Matrices". Society for Industrial and Applied Mathematics. Archived from the original on 28 February 2022. Retrieved 1 March 2022.
  2. ^ Corless, Robert; Labahn, George; Piponi, Dan; Rafiee Sevyeri, Leili (2022-07-05). "Bohemian Matrix Geometry". Proceedings of the 2022 International Symposium on Symbolic and Algebraic Computation. ISSAC '22. New York, NY, USA: Association for Computing Machinery: 361–370. arXiv:2202.07769. doi:10.1145/3476446.3536177. ISBN 978-1-4503-8688-3.
  3. ^ Higham, Nicholas J. "Bohemian Matrices in Numerical Linear Algebra" (PDF). Nick Higham—Conferences. Archived from the original (PDF) on 13 November 2020. Retrieved 2 March 2022.
  4. ^ Thornton, Steven E (April 2019). Algorithms for Bohemian Matrices (PhD thesis). Western University. Archived from the original on 7 March 2022. Retrieved 1 March 2022.
  5. ^ Mikaitis, Mantas; Higham, Nicholas J. (31 March 2021). "anymatrix". Retrieved 29 June 2024.
  6. ^ Higham, Nicholas J. "Bohemian Matrices in Numerical Linear Algebra" (PDF). Nick Higham—Conferences. Archived from the original (PDF) on 13 November 2020. Retrieved 2 March 2022.
  7. ^ Tao, Terence; Vu, Van (January 2006). "On random ±1 matrices: Singularity and determinant". Random Structures and Algorithms. 28 (1): 1–23. arXiv:math/0411095. doi:10.1002/rsa.20109. S2CID 5361802. Retrieved 2 March 2022.
  8. ^ Vu, Van (2008). "Random Discrete Matrices". Horizons of Combinatorics. Bolyai Society Mathematical Studies. Vol. 17. pp. 257–289. arXiv:math/0611321. doi:10.1007/978-3-540-77200-2_13. ISBN 978-3-540-77199-9. S2CID 118703720.
  9. ^ Tao, Terence; Vu, Van (January 2006). "On random ±1 matrices: Singularity and determinant". Random Structures and Algorithms. 28 (1): 1–23. arXiv:math/0411095. doi:10.1002/rsa.20109. S2CID 5361802. Retrieved 2 March 2022.
  10. ^ a b Živković, Miodrag (2006). "Classification of small (0, 1) matrices". Linear Algebra and Its Applications. 414 (1): 310–346. arXiv:math/0511636. doi:10.1016/j.laa.2005.10.010.
  11. ^ Mahler, Kurt (1963). "On two extremum properties of polynomials". Illinois Journal of Mathematics. 7 (4): 681–701. doi:10.1215/ijm/1255645104. S2CID 118793107.
  12. ^ Odlyzko, Andrew (September 1992). "Zeros of polynomials with 0,1 coefficients". Algorithms Seminar: 169. CiteSeerX 10.1.1.47.9327.
  13. ^ Borwein, Peter B.; Jörgenson, Loki (December 2001). "Visible Structures in Number Theory". American Mathematical Monthly. 108 (10): 897–910. doi:10.1080/00029890.2001.11919824. JSTOR 2695413. S2CID 454318. Retrieved 3 March 2022.
  14. ^ Calkin, Neil J; Chan, Eunice Y.S.; Corless, Robert M. (2 June 2021). "Some facts and conjectures about Mandelbrot polynomials". Maple Transactions. 1 (1): 13. doi:10.5206/mt.v1i1.14037. S2CID 242158547.
  15. ^ Ollerenshaw, Kathleen; Brée, D (1998). Most-perfect pandiagonal magic squares. IMA.
  16. ^ Higham, Nicholas J; Lettington, Matthew (2022). "Optimizing and Factorizing the Wilson Matrix". The American Mathematical Monthly. 129 (5): 454–465. doi:10.1080/00029890.2022.2038006. S2CID 233322415. Archived from the original on 3 March 2022. Retrieved 3 March 2022.
  17. ^ Edelman, Alan; Murakami, H (April 1995). "Polynomial roots from companion matrix eigenvalues" (PDF). Mathematics of Computation. 64 (210): 763–776. Bibcode:1995MaCom..64..763E. doi:10.1090/S0025-5718-1995-1262279-2. Archived (PDF) from the original on 24 January 2022. Retrieved 2 March 2022.
  18. ^ Chan, Eunice Y.S.; Corless, Robert M. (6 February 2017). "A new kind of companion matrix". Electronic Journal of Linear Algebra. 32: 335–342. doi:10.13001/1081-3810.3400.
  19. ^ Corless, Robert M.; Thornton, Steven E. (2017). "The Bohemian Eigenvalue Project". ACM Communications in Computer Algebra. 50 (4): 158–160. doi:10.1145/3055282.3055289. S2CID 34583673. Archived from the original on 1 March 2022. Retrieved 28 February 2022.
  20. ^ Corless, Robert (2 June 2021). "What can we learn from Bohemian Matrices". Maple Transactions. 1 (1). doi:10.5206/mt.v1i1.14039. S2CID 241595165.
  21. ^ Chan, Eunice Y.S.; Corless, Robert M.; Gonzalez-Vega, Laureano; Sendra, J. Rafael; Sendra, Juana; Thornton, Steven E. (September 2020). "Upper Hessenberg and Toeplitz Bohemians". Linear Algebra and Its Applications. 601: 72–100. arXiv:1907.10677. doi:10.1016/j.laa.2020.03.037. S2CID 198899515. Archived from the original on 13 August 2023. Retrieved 3 March 2022.
  22. ^ Fasi, Massimiliano; Negri Porzio, Gian Maria (2020). "Determinants of normalized Bohemian upper Hessenberg matrices". The Electronic Journal of Linear Algebra. 36 (36): 352–366. doi:10.13001/ela.2020.5053. S2CID 191136476.
  23. ^ Chan, Eunice Y.S.; Corless, Robert M.; Gonzalez-Vega, Laureano; Sendra, J. Rafael; Sendra, Juana (May 2022). "Inner Bohemian Inverses". Applied Mathematics and Computation. 421 (15): 126945. doi:10.1016/j.amc.2022.126945. S2CID 246318540.
  24. ^ Bogoya, Manuel; Serra-Capizzano, Stefano; Trotti, Ken (2022). "Upper Hessenberg and Toeplitz Bohemian matrix sequences: a note on their asymptotical eigenvalues and singular values" (PDF). Electronic Transactions on Numerical Analysis. 55: 76–91. doi:10.1553/etna_vol55s76. S2CID 243772914. Archived (PDF) from the original on 3 March 2022. Retrieved 3 March 2022.
  25. ^ Hall, Frank J; Li, Zhongshan (2013). Hogben, Leslie (ed.). Sign Pattern Matrices (2nd ed.). Handbook of Linear Algebra: CRC Press. pp. 42-1–42-32.