A215645
Depth for {+1,-1} maximal determinant matrices: minimal depth for which a proper submatrix is also a maximal determinant matrix.
Original entry on oeis.org
1, 1, 1, 1, 1, 1, 1, 4, 1, 2, 3, 5, 6, 7, 8, 8, 1, 7, 10, 10, 10
Offset: 1
For n = 11 the depth is 3 because there is a maximal determinant matrix of order 11 that has a maximal determinant submatrix of order 8 = 11-3, but no larger proper maximal determinant submatrices. Note that only one of the three Hadamard equivalence classes of maximal determinant matrices of order 11 gives depth 3; the others give depth 4, but we take the minimum.
A276410
Largest determinant of a (real) {0,1}-matrix of order n subject to the restriction that the corresponding 0,1 simplex is acute.
Original entry on oeis.org
1, 1, 1, 2, 3, 5, 9, 32, 56, 96
Offset: 0
See
A003432 for the usual version of this problem.
A301370
Maximum determinant of an n X n (0,1)-matrix that has exactly 2*n ones.
Original entry on oeis.org
0, 2, 2, 3, 4, 4, 6, 8, 9, 12, 16, 18, 24, 32, 36, 48, 64
Offset: 2
a(8) = 6 because no (0,1)-matrix with 2*8 ones with a greater determinant exists than
( 1 0 0 0 0 0 0 0 )
( 0 1 0 1 0 0 0 0 )
( 0 0 1 0 1 1 0 0 )
( 0 0 0 1 0 0 1 0 )
( 0 0 0 0 1 0 0 1 )
( 0 0 0 0 0 1 0 1 )
( 0 1 0 0 0 0 1 0 )
( 0 0 1 0 0 0 0 1 )
- Igor Araujo, József Balogh, and Yuzhou Wang, Maximum determinant and permanent of sparse 0-1 matrices, arXiv:2011.01892 [math.CO], 3 Nov 2020.
- Henning Bruhn and Dieter Rautenbach, Maximal determinants of combinatorial matrices, arXiv:1711.09935 [math.CO], 2017.
- Mathoverflow, Are bounds known for the maximum determinant of a (0,1)-matrix of specified size and with a specifed number of 1s?, 2014-2018.
- Yaroslav Shitov, On the determinant of a sparse 0-1 matrix, Linear Algebra and its Applications, Volume 554, 1 October 2018, Pages 49-50.
- Markus Sigg, Gasper's determinant theorem, revisited, arXiv:1804.02897 [math.CO], 2018.
A352348
Maximum determinant of n X n matrix composed of {-1, 0, 1} with pairwise orthogonal rows.
Original entry on oeis.org
1, 2, 2, 16, 16, 125, 128, 4096, 4096, 59049, 59049, 2985984, 2985984, 62748517
Offset: 1
Comments