Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2016 UoTokyo Mathematics (An Error Report) #12

Open
ttthinker opened this issue Aug 12, 2024 · 0 comments
Open

2016 UoTokyo Mathematics (An Error Report) #12

ttthinker opened this issue Aug 12, 2024 · 0 comments

Comments

@ttthinker
Copy link

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)$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant