[Math] Jordan Canonical Form. Jordan Normal Form.

jordan-normal-formmatrices

Just had a couple of quick questions regarding Jordan Normal Form (JNF).

  1. Can all matrices be put into JNF?

  2. What is the difference between JNF and Jordan Canonical Form.

  3. What are JNF and JCF useful for?

Thank you very much 🙂

Best Answer

  1. Can all matrices be put into JNF?

The characteristic polynomial of a matrix in JNF factors into linear factors (as it does for any triangular matrix). Conversely, (up to multiplication by a constant) every polynomial is the characteristic polynomial of some matrix.

It thus follows that you need to be willing to work over a field in which every polynomial factors into linear factors, that is over an algebraically closed field.

Concretely, if you insist on working over the reals, the answer is "no." If you allow passage to the complex numbers the answer is "yes."

  1. What is the difference between JNF and Jordan Canonical Form.

None. These are two names for the same notion.

  1. What are JNF and JCF useful for?

For example:

  • They allow a classification of endomorphism/matrices up to base change.
  • They can be used to efficiently calculate high powers of a matrix.
  • In relation to the above point, they are useful to determine things like the exponential of a matrix, which is in turn useful for solving differential equations.
Related Question