Linear algebra - matrices and polynomials

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
2 replies · 2K views
Kate2010
Messages
134
Reaction score
0

Homework Statement


Prove for each square matrix B there is a real polynomial p(x) (not the zero polynomial) so p(B)=0


Homework Equations


Rank-nullity? dimv = r(T) + n(T)


The Attempt at a Solution


I've found the dimension for nxn square matrices (n²) and a basis (1 in one place and zero in the rest for each place in the matrix) but I don't really know where to go from here. Any ideas would be great :) thanks.
 
Physics news on Phys.org
Consider,
[tex]1,B,B^2,B^3,...,B^{n^2}[/tex]
is this set linearly dependent? (can n^2+1 many vectors be linearly independent in a n^2 dimensional vector space?) If they are linearly dependent you can find coefficients a0,a1,a2,...,a(n^2) such that,
[tex]\sum_{i=0}^{n^2} a_i B^i = 0[/tex]
so consider,
[tex]p(x) = \sum_{i=0}^{n^2} a_i x^i[/tex]
 
Thank you, that helped a lot.