[求助]mathematica矩阵怎么对角化?谢谢!
mathematica矩阵怎么对角化?谢谢! <p>使用下面的若当分解函数,详细的使用方法参见帮助!</p><p>In:= JordanDecomposition[{{0, -1, 1}, {-1, 0, 1}, {1, 1, 0}}]</p><p>Out= {{{-1, 1, -1}, {-1, 0, 1}, {1, 1, 0}}, {{-2, 0, 0}, {0, 1, <br/> 0}, {0, 0, 1}}}</p>
页:
[1]