I have an $n\times n$ matrix $A$ where every entry is equal to $1$. Using $\det(A-(\lambda)I)=0$ is the method I normally use to find eigenvalues, but I am unsure how that will help in this situation.
2026-04-18 07:47:05.1776498425
How to calculate the largest eigenvalue of a matrix where every entry is 1.
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
In this case it is easier to find out the eigenvalue directly. Note that if $v = (1,1, \cdots, 1)$, then $Av = n v$. If $w$ is orthogonal to $v$, then $Aw=0$. Thus $A$ is eigenvalue $n$ with eigenvector $v$, and eigenvalue $0$ with multplicity $n-1$ (The eigenspace is the orthogonal complement of $\langle v\rangle$.