フィルターのクリア

Why does Jordan function take so long?

4 ビュー (過去 30 日間)
Viviana Arrigoni
Viviana Arrigoni 2016 年 12 月 11 日
回答済み: John D'Errico 2016 年 12 月 11 日
I noticed that the function "jordan" applied on a square matrix A takes really long to output the canonical Jordan form of A, J, and the change of basis matrix Q, even when A is a small matrix. I am wondering why is it so? Why is "jordan" so slower than function "eig", how is it implemented? Thank you in advance.

採用された回答

John D'Errico
John D'Errico 2016 年 12 月 11 日
Jordan works on the matrix in symbolic form. You cannot possibly expect a symbolic solution to operate as fast as an operation computed using double precision arithmetic.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by