eigenvalue decomposition


A = [1 2; 3 4];

[V,D] = eig(A)

V * D * inv(V)
posted @ 2024-01-14 15:32  ChrainY  阅读(7)  评论(0编辑  收藏  举报