Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Jordan normal form
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Numerical analysis == If the matrix ''A'' has multiple eigenvalues, or is close to a matrix with multiple eigenvalues, then its Jordan normal form is very sensitive to perturbations. Consider for instance the matrix :<math> A = \begin{bmatrix} 1 & 1 \\ \varepsilon & 1 \end{bmatrix}. </math> If ''Ξ΅'' = 0, then the Jordan normal form is simply :<math> \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}. </math> However, for ''Ξ΅'' β 0, the Jordan normal form is :<math> \begin{bmatrix} 1+\sqrt\varepsilon & 0 \\ 0 & 1-\sqrt\varepsilon \end{bmatrix}. </math> This [[condition number|ill conditioning]] makes it very hard to develop a robust numerical algorithm for the Jordan normal form, as the result depends critically on whether two eigenvalues are deemed to be equal. For this reason, the Jordan normal form is usually avoided in [[numerical analysis]]; the stable [[Schur decomposition]]<ref>See Golub & Van Loan (2014), Β§7.6.5; or Golub & Wilkinson (1976) for details.</ref> or [[pseudospectrum|pseudospectra]]<ref>See Golub & Van Loan (2014), Β§7.9</ref> are better alternatives.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)