Another difficult grid problem in China TST
Source: China TST 2023 Problem 18
March 29, 2023
matrixcombinatoricssquare grid
Problem Statement
Find the greatest constant such that for any doubly stochastic matrix of order 100, we can pick entries such that if the other entries were replaced by , the sum of entries in each row and each column is at least .Note: A doubly stochastic matrix of order is a matrix, all entries are nonnegative reals, and the sum of entries in each row and column is equal to 1.