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
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.
The text was updated successfully, but these errors were encountered:
Note to self:
The text was updated successfully, but these errors were encountered: