Show that if A is an n x n matrix

  • Thread starter Thread starter KristenSmith
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
KristenSmith
Messages
2
Reaction score
0

Homework Statement



Show that if A is an n x n matrix whose kth row is the same as the kth row of In, then 1 is an eigenvalue of A.


Homework Equations

None that I know of.



The Attempt at a Solution

I tried creating an arbitrary matrix A and set it up to to find the det(A-λI) but that got me no where.
 
on Phys.org


If you know that A and At have the same eigenvalues, you can work with the original definition of eigenvalue: There is a vector x such that Atx = 1x.
 


I'm still not understanding what to do with that...
 


KristenSmith said:

Homework Statement



Show that if A is an n x n matrix whose kth row is the same as the kth row of In, then 1 is an eigenvalue of A.


Homework Equations

None that I know of.



The Attempt at a Solution

I tried creating an arbitrary matrix A and set it up to to find the det(A-λI) but that got me no where.

Think about an expansion by minors along the kth row of A-λI. You want to show 1-λ is a factor of the characteristic polynomial.
 


KristenSmith said:
I'm still not understanding what to do with that...
It is easy to find a specific vector x with Atx = 1x. That shows that x is an eigenvector of At with eigenvalue 1 => At has 1 as eigenvalue => A has 1 as eigenvalue.