How to use Eigenvector and Eigenvalues of a matrix to formulate Entropy equation?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!