Jacobi eigenvalue algorithm: Difference between revisions

Content deleted Content added
Quevvy (talk | contribs)
m Cost: Fixed typos and math typesetting
Algorithm: Transposed the eigenvectors matrix for the correctness of the algorithm following the initial assumptions
Line 143:
'''for''' ''i'' := 1 '''to''' ''n'' '''do'''
┌ <sub> </sub>┐ ┌ ┐┌ <sub> </sub>┐
│''E''<sub>''kiik''</sub>│ │''c'' −''s''││''E''<sub>''kiik''</sub>│
│ <sub> </sub>│ := │ ││ <sub> </sub>│
│''E''<sub>''liil''</sub>│ │''s'' ''c''││''E''<sub>''liil''</sub>│
└ <sub> </sub>┘ └ ┘└ <sub> </sub>┘
'''endfor'''