Questions tagged [algorithms]
For questions about an algorithm as it relates to physics. DO NOT ask how to implement an algorithm, questions like that belong on Stack Overflow or Computational Science. DO NOT ask about the efficiency of an algorithm, or other such questions, questions like that belong on Computational Science.
1 questions from the last 30 days
1
vote
1
answer
64
views
Why use the QR factorization method to diagonalize a matrix? Considering better alternatives
Last year, I took a course in Computational Physics, where I learnt methods to integrate and differentiate functions, diagonalize matrices, etc. More precisely, I recall we would diagonalize matrices ...