Why eigen vector looks different than the calculated one
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ismita
el 13 de Mzo. de 2024
Comentada: Ismita
el 16 de Mzo. de 2024
I have a matrix A = [7, 3; 3, -1]; Calculated eigen value = (-2, 8) and eigen vcetor = (1, -3). The code gives different eigen vector. Could you please clarify the reason/ how can I solve that? thanks
A = [7, 3; 3, -1];
[v, d] = eig(A)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!