Find determinant $\det M$, where $m_{ij}=a_ia_j$, and $m_{ii}=a^2_i+k$

77 Views Asked by At

Let ${a_1,\dots,a_n}$ --- sequence and $k\ne 0$. Define matrix $M$ in following way: $m_{ij}=a_ia_j$ if $i\ne j$, and $m_{ii}=a^2_i+k$. Find $\det M$.

1

There are 1 best solutions below

0
On

Hint: $M=aa^T+kI$. To find $\det(M)$, you may determine $M$'s eigenvalues, or apply the matrix determinant formula for rank-1 update to a matrix.