Linear Algebra- Diagonal 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
2 replies · 3K views
Roni1985
Messages
200
Reaction score
0

Homework Statement



Let D be an n x n diagonal matrix whose diagonal entries are either 0 or 1

a) Show that D is idempotent

b) Show that if X is a nonsingular matrix and A=XD(X)-1 , then A is idempotent

Homework Equations


The Attempt at a Solution



a) I tried it, and it works for a specific matrix, say 3x3... but I don't know if it's really a proof.
I need to show that

D2=D

b) I solved this part

Also,
is (AB)2= A2*B2
or
(AB)2=B2*A2
?
 
Last edited:
Physics news on Phys.org
You just need to make up some notation. Let diag(a1,a2,...an) be the matrix whose diagonal entries are a1, a2... Now what diag(a1,a2,...an)*diag(b1,b2,...bn)? (AB)^2 generally isn't equal to either A^2*B^2 or B^2*A^2. It's just ABAB.
 
Dick said:
You just need to make up some notation. Let diag(a1,a2,...an) be the matrix whose diagonal entries are a1, a2... Now what diag(a1,a2,...an)*diag(b1,b2,...bn)? (AB)^2 generally isn't equal to either A^2*B^2 or B^2*A^2. It's just ABAB.

oh, right , it works ...
thanks a lot for the help ...