Linear Algebra!

little_bit_crazy

New member
Joined
Oct 20, 2005
Messages
1
1. Show that the elements sent to zero by a linear transformation form a linear subspace.

2. Let A be a square matrix. By A^n, we mean A multipled by a itself n time. By A^0, we mean Id. Show that if a matrix A satisfies A^n = Id for some n greater than or equal to 1, then A is invertible.

3. Show that if a matrix A^n satifies A^n = 0 for some n, than A is not invertible.

if you could help me with 1, 2, or 3 that would be amazing!!

Thanks
 
For the second problem:

little_bit_crazy said:
2. Let A be a square matrix. By A^n, we mean A multipled by a itself n time. By A^0, we mean Id. Show that if a matrix A satisfies A^n = Id for some n greater than or equal to 1, then A is invertible.
Let B = A<sup>n-1</sup>. Then AB = BA = I. Thus A is invertible.
 
For the third problem, you can do a proof by contradiction.

little_bit_crazy said:
3. Show that if a matrix A^n satifies A^n = 0 for some n, than A is not invertible.
Suppose to the contrary that A is in fact invertible, and let B be the inverse of A. Then what is B<sup>n</sup>A<sup>n</sup>?
 
Top