What are the eigenvalues of matrix $I-uu^T$ where where $u$ is a unit vector and $I$ is the identity matrix in $mathbb R^n$ The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)about diagonal matrix and eigenvaluesReconstruct the original symmetric matrix given Eigen values and the longest Eigen vectorHow to solve the eigenvalues of a complex matrix of very high condition number?Eigenvalues of block matrix where blocks are relatedFind the eigenvalues and corresponding eigen vectors of the matrixWhat are the eigenvalues of the following symmetric matrix?Question about eigenvalues of a matrix and powers and trace of a matrixAre the generalized $lambda$ eigenvalues of a matrix T and its transpose the same?Eigenvalues and Eigenvectors without matrix $A$Find the matrix $Ain mathbbR^3times 3$
Segmentation fault output is suppressed when piping stdin into a function. Why?
Hopping to infinity along a string of digits
Difference between "generating set" and free product?
Can a 1st-level character have an ability score above 18?
Can the prologue be the backstory of your main character?
Who or what is the being for whom Being is a question for Heidegger?
What aspect of planet Earth must be changed to prevent the industrial revolution?
how can a perfect fourth interval be considered either consonant or dissonant?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
system() function string length limit
Simulating Exploding Dice
How is simplicity better than precision and clarity in prose?
Scientific Reports - Significant Figures
What is special about square numbers here?
Create an outline of font
How does ice melt when immersed in water
How to delete random line from file using Unix command?
The variadic template constructor of my class cannot modify my class members, why is that so?
Did God make two great lights or did He make the great light two?
What's the point in a preamp?
Do warforged have souls?
How to stretch delimiters to envolve matrices inside of a kbordermatrix?
Can undead you have reanimated wait inside a portable hole?
Change bounding box of math glyphs in LuaTeX
What are the eigenvalues of matrix $I-uu^T$ where where $u$ is a unit vector and $I$ is the identity matrix in $mathbb R^n$
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)about diagonal matrix and eigenvaluesReconstruct the original symmetric matrix given Eigen values and the longest Eigen vectorHow to solve the eigenvalues of a complex matrix of very high condition number?Eigenvalues of block matrix where blocks are relatedFind the eigenvalues and corresponding eigen vectors of the matrixWhat are the eigenvalues of the following symmetric matrix?Question about eigenvalues of a matrix and powers and trace of a matrixAre the generalized $lambda$ eigenvalues of a matrix T and its transpose the same?Eigenvalues and Eigenvectors without matrix $A$Find the matrix $Ain mathbbR^3times 3$
$begingroup$
I have tried to find an eigenvalue $0$, by $(I-uu^T)u=u-1u=0u$. I have felt that others are $1$,but that's no really reliable.
eigenvalues-eigenvectors
$endgroup$
add a comment |
$begingroup$
I have tried to find an eigenvalue $0$, by $(I-uu^T)u=u-1u=0u$. I have felt that others are $1$,but that's no really reliable.
eigenvalues-eigenvectors
$endgroup$
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44
add a comment |
$begingroup$
I have tried to find an eigenvalue $0$, by $(I-uu^T)u=u-1u=0u$. I have felt that others are $1$,but that's no really reliable.
eigenvalues-eigenvectors
$endgroup$
I have tried to find an eigenvalue $0$, by $(I-uu^T)u=u-1u=0u$. I have felt that others are $1$,but that's no really reliable.
eigenvalues-eigenvectors
eigenvalues-eigenvectors
edited Mar 31 at 13:45
Siddharth Bhat
3,1671918
3,1671918
asked Mar 31 at 13:40
Maxius XuMaxius Xu
113
113
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44
add a comment |
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Put $;U:=Spanu;$ and denote by $;langle .rangle;$ the usual inner product, then for any $;win U^perp;$ we get:
$$(I-uu^t)w=w-u(u^tw)=w-langle w,urangle u=wimplies w$$
is an eigenvector with eigenvalue $;1;$ . Complete the answer by using what you already did.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169408%2fwhat-are-the-eigenvalues-of-matrix-i-uut-where-where-u-is-a-unit-vector-and%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Put $;U:=Spanu;$ and denote by $;langle .rangle;$ the usual inner product, then for any $;win U^perp;$ we get:
$$(I-uu^t)w=w-u(u^tw)=w-langle w,urangle u=wimplies w$$
is an eigenvector with eigenvalue $;1;$ . Complete the answer by using what you already did.
$endgroup$
add a comment |
$begingroup$
Put $;U:=Spanu;$ and denote by $;langle .rangle;$ the usual inner product, then for any $;win U^perp;$ we get:
$$(I-uu^t)w=w-u(u^tw)=w-langle w,urangle u=wimplies w$$
is an eigenvector with eigenvalue $;1;$ . Complete the answer by using what you already did.
$endgroup$
add a comment |
$begingroup$
Put $;U:=Spanu;$ and denote by $;langle .rangle;$ the usual inner product, then for any $;win U^perp;$ we get:
$$(I-uu^t)w=w-u(u^tw)=w-langle w,urangle u=wimplies w$$
is an eigenvector with eigenvalue $;1;$ . Complete the answer by using what you already did.
$endgroup$
Put $;U:=Spanu;$ and denote by $;langle .rangle;$ the usual inner product, then for any $;win U^perp;$ we get:
$$(I-uu^t)w=w-u(u^tw)=w-langle w,urangle u=wimplies w$$
is an eigenvector with eigenvalue $;1;$ . Complete the answer by using what you already did.
answered Mar 31 at 13:48
DonAntonioDonAntonio
180k1495233
180k1495233
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169408%2fwhat-are-the-eigenvalues-of-matrix-i-uut-where-where-u-is-a-unit-vector-and%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
This is a projection matrix
$endgroup$
– Soumik Ghosh
Mar 31 at 13:44