How to find the dominant eigenvalue of A
Mostrar comentarios más antiguos
I tried doing the diag. 3 times and adding them but my answer was 7.8336e+04 instead of what the question says I'm supposed to get in order to proceed, any thoughts?
2 comentarios
David Goodmanson
el 28 de Oct. de 2017
Hi Paul, an obvious first thought would be, how does the A you constructed compare with the A given in the problem?
Peter Chang
el 30 de Oct. de 2017
Hi Paul, the problem you attached is principally the same with this one. My suggestion: First, make sure the Matrix A you created is correct. If yes, you will get the right value of det(A). Sec., generally, the dominant eigenvalues of a Matrix is the ones with the largest absolute values. To find it, you can e.g. use the command eig.
Respuestas (0)
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!