How to use Eigenvector and Eigenvalues of a matrix to formulate Entropy equation?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!