From 7d3c33391868ed4d41ac9f50d289328623030443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Osi=C5=84ski?= <804945+blazejosinski@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:59:30 +0100 Subject: [PATCH] Update Chapter 4 Exercises.ipynb --- end of chapter exercises/Chapter 4 Exercises.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end of chapter exercises/Chapter 4 Exercises.ipynb b/end of chapter exercises/Chapter 4 Exercises.ipynb index e8a5b22..aadeec4 100644 --- a/end of chapter exercises/Chapter 4 Exercises.ipynb +++ b/end of chapter exercises/Chapter 4 Exercises.ipynb @@ -246,7 +246,7 @@ "## Question 11\n", "We need only show this in one direction, since we can replace $A$ with $A^{\\mathsf{T}}$ below, and the argument still hold true.\n", "\n", - "Suppose $\\lambda\\neq 0$ is an eigenvalue of $A^{\\mathsf{T}}A$. Then there is some vector $x\\neq 0$ such that $A^{\\mathsf{T}}Ax = \\lambda x$. Thus, $AA^{\\mathsf{T}}Ax = \\lambda Ax$. Therefore, $Ax$ (equivalently $\\lambda x$, or, indeed just $x$ itself!)~is an eigenvector of $AA^{\\mathsf{T}}$, with eigenvalue $\\lambda$.\n", + "Suppose $\\lambda\\neq 0$ is an eigenvalue of $A^{\\mathsf{T}}A$. Then there is some vector $x\\neq 0$ such that $A^{\\mathsf{T}}Ax = \\lambda x$. Thus, $AA^{\\mathsf{T}}Ax = \\lambda Ax$. Therefore, $Ax$ is an eigenvector of $AA^{\\mathsf{T}}$, with eigenvalue $\\lambda$. Please not that $x$ is in general not the eigenvector of $AA^{\\mathsf{T}}$, in fact it can't even be multiplied by it, because it is $n$-dimensional, and not $m$-dimensional.\n", "\n", "---" ]