Assume you are given an $n\times n$ matrix with all elements equal to $a$, except for the diagonal values which are all $1$. What would be the condition on $a$ so that the matrix be positive definite?
2026-03-25 20:35:31.1774470931
Condition on $a$ for matrix to be positive definite
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: there is an equivalent condition for a matrix to be positive definite. Namely, all upper left minors need to have a positive determinant. Check where this takes you.