Suppose that $A$ is singular, is $A^3 + A^2 + A$ singular as well?
If $A$ is singular, is $A^3+A^2+A$ singular?
10
$\begingroup$
linear-algebra
matrices
-
3At least if $p$ does not have a constant term. – 2012-11-19
4 Answers
33
Since $A$ is singular, it has a non-trivial kernel. Let $v$ be a non-zero vector killed by $A$.
Show that $A^3+A^2+A$ kills $v$ too.
-
16This sounds like the plot for a good action movie. – 2012-11-18
31
$A$ is singular hence $|A|=0$ thus: $|A^{3}+A^{2}+A|=|A(A^{2}+A+I)|=|A||A^{2}+A+I|=0\cdot|A^{2}+A+I|=0$
hence $A^{3}+A^{2}+A$ is also singular
-
0@anonymous: There other relies on even more things, as I hint above. The definition of "kernel", "kill" (a vector), and the first sentence relies on a theorem, at least insofar as a proposition is one. – 2012-11-18
13
If $A$ is singular, then $AB$ is singular too, for any choice of $B$. Just put $B=A^2+A+I$.
-
0@Amihai: edited :-) – 2012-11-18
4
A square matrix is singular if and only if there exists a nonzero vector that maps to zero when transformed by the matrix.
Let $A\in\mathbb{R}^\mathit{n{\times}n}$ be singular. Then there exists $x\in\mathbb{R}^n$ such that $x\neq0$ and $Ax=0$. Thus $(A^3+A^2+A)x=(A^2+A+I)Ax=(A^2+A+I)0=0$. Therefore $A^3+A^2+A$ is singular.