You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the problem of Linear Algebra (Problem 1), the solution of (3) subproblem is a little error.
After row transformation of $(A-\lambda E)$, the matrix will be:
$$
\begin{pmatrix}
1 & -\lambda & 0 \
0 & 1 & -\lambda \
0 & 0 & P(\lambda)
\end{pmatrix}
$$
, where $P(\lambda)$ is the characteristic polynomial of $A$.
Thus, $P(\lambda) = 0$ and the equation $(A-\lambda E) x_k = 0$ has non-zero solution $x_k = (\lambda_k^2, \lambda_k, 1)$
The text was updated successfully, but these errors were encountered:
In the problem of Linear Algebra (Problem 1), the solution of (3) subproblem is a little error.$(A-\lambda E)$ , the matrix will be:$P(\lambda)$ is the characteristic polynomial of $A$ .$P(\lambda) = 0$ and the equation $(A-\lambda E) x_k = 0$ has non-zero solution $x_k = (\lambda_k^2, \lambda_k, 1)$
After row transformation of
$$
\begin{pmatrix}
1 & -\lambda & 0 \
0 & 1 & -\lambda \
0 & 0 & P(\lambda)
\end{pmatrix}
$$
, where
Thus,
The text was updated successfully, but these errors were encountered: