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

Characteristic polynomial #243

Open
EricDarve opened this issue Oct 7, 2022 · 0 comments
Open

Characteristic polynomial #243

EricDarve opened this issue Oct 7, 2022 · 0 comments

Comments

@EricDarve
Copy link
Owner

Note to self:

page 39 definition of the Characteristic polynomial, you have

   p_A(x) = det(A - xI)

rather than

   p_A(x) = det(xI - A)

The difference of course being that your version has a minus sign on the 

leading term, x^n, in the case that the matrix has an odd number of rows.

Generally this is not an issue, since one is usually concerned with the 

equation p_A(x) = 0, but on page 49 you use your definition and 

incorrectly state:

   p_A(x) = det(A - xI)   and then

   p_A(x) = \prod_{i=1}^p (x - \lambda_i)^{a_i}

These two are not the same unless the dimension of A is even.
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