私はMathematicaで一般化された固有値問題を解こうとしています。Bに関する行列Aの固有値と固有ベクトルを見つけたいのですが、使用するEigensystem
と次のエラーが発生します。
A = {{1, 2, 3}, {3, 6, 8}, {5, 9, 2}}
B = {{3, 5, 7}, {1, 7, 9}, {4, 6, 2}}
Eigensystem[{A, B}]
Eigensystem::exnum: Eigensystem has received a matrix with non-numerical or exact
elements. >>
私は何をすべきか?