If I transform a matrix to an upper diagonal one using elementary operations on rows, would the eigen values be the same between the transformed and the original matrix?
2026-03-26 14:28:18.1774535298
Do eigenvalues remain the same after transforming a matrix to an upper diagonal one?
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
No, not in general.
For example, every invertible matrix (e.g. the diagonal matrix with entries 1 and 2) is row-equivalent to the identity, whose only eigenvalues are 1.