How to use Eigenvector and Eigenvalues of a matrix to formulate Entropy equation?
Mostrar comentarios más antiguos
Dear Matlab experts,
I have a matrix T = [T11, T12 ; T21, T22] of size
, where all elements in T are 126*126.
After using this function [Val, Vect] = eig(T); I obtained matrices of Val(
) , and Vect (
digonal).
Now I have eigenvactors and eigenvalues. I need to implement following experssions.


I have attached T matrix and crossponding eigenvalues and eigenvectors, I need to estimates both (1) and (2)
Thank you so much.
Respuesta aceptada
Más 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!