Linear Algebra: Idemponent 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
18 replies · 4K views
Amy-Lee
Messages
27
Reaction score
0
In idemponent matrices:
Is there a value of r for which
(matrix) A= -1 -1
2 r

is idempotent? If so, what is the value of r and why.

I know that A^2=A, that's about all... How does one find r, if this is the only info given?

I have no idea how to approach this. Please help.
 
Last edited:
Physics news on Phys.org
What is an indemponent matrix?

Thanks
Matt
 
If A is an n x n matrix, then A is called idempotent if A^2=A
 
Sorry, can't help you with that. But thanks for letting me no what idempotent means.

Thanks
Matt
 
CFDFEAGURU said:
What is an indemponent matrix?

The simple definition is simply a matrix for which [itex]A^2=A[/itex].

Amy-Lee said:
In idemponent matrices:
Is there a value of r for which
(matrix) A= -1 -1
2 r

is idempotent? If so, what is the value of r and why.

I know that A^2=A, that's about all... How does one find r, if this is the only info given?

I have no idea how to approach this. Please help.
Well, if [tex]A=\begin{pmatrix}-1 & 1 \\ 2 &r \end{pmatrix}[/tex], what will [itex]A^2[/itex] be?...Setting [itex]A^2=A[/itex] should give you 4 equations (one for each component of the matrices), is there a value of [itex]r[/itex] that solves all 4 equations simultaneously?
 
A^2 = -1 -1
2 r

and -1 -1 = -1 -1
2 r 2 r ?
 
sorry for bad layout... still haven't figured out how to use advanced reply
 
Think about the determinant of an idempotent matrix.
 
Amy-Lee said:
A^2 = -1 -1
2 r

and -1 -1 = -1 -1
2 r 2 r ?

No,

[tex]A=\begin{pmatrix}-1 & -1 \\ 2 &r \end{pmatrix}\implies A^2=\begin{pmatrix}-1 & -1 \\ 2 &r \end{pmatrix}\begin{pmatrix}-1 & -1 \\ 2 &r \end{pmatrix}[/tex]

Carry out the matrix multiplication.
 
ok I get:
-1 1-r
-2+2r -2+r2
 
Right, and for [itex]A[/itex] to be idempotent, that must also be equal to the matrix [itex]A[/itex]...so you want to find an [itex]r[/itex] such that

[tex]\begin{pmatrix}-1 & 1-r \\ -2+2r &-2+r^2 \end{pmatrix}=\begin{pmatrix}-1 & -1 \\ 2 &r \end{pmatrix}[/tex]
 
ok thank you... do I now have to reduce it to row-echelon form, by using the Gaussian Elimination?
 
Amy-Lee said:
r= 2; r=1/2; r=-1

r=2 works, but the other two values do not satisfy all 4 equations. (For the two matrices to be equal, all 4 of there components must be equal)
 
gabbagabbahey said:
r=2 works, but the other two values do not satisfy all 4 equations. (For the two matrices to be equal, all 4 of there components must be equal)

thank you so much for your help. One last question on the topic: is a square invertible idempotent matrix also the Identity matrix?
 
Amy-Lee said:
thank you so much for your help. One last question on the topic: is a square invertible idempotent matrix also the Identity matrix?

Well, if [itex]A^2=A[/itex], what can you say about [itex]\detA[/itex]?
 
gabbagabbahey said:
Well, if [itex]A^2=A[/itex], what can you say about [itex]\detA[/itex]?

I don't understand the last part of what you said