Herimitian of a complex matrix can be obtained by taking the conjugate transpose of that matrix
Example Program :
%% Generate a complex matrix
A=[i 2 3; 3i+3 3 1+i; i i 7]
%% Hermitian of matrix
B=A'
Example Program :
%% Generate a complex matrix
A=[i 2 3; 3i+3 3 1+i; i i 7]
%% Hermitian of matrix
B=A'
No comments:
Post a Comment