how to make a hermitian symbolic matrix in matlan
Ältere Kommentare anzeigen
hello I need to make a hermitian symmetric matrix with size L*L (2<L<20)
for example if L=2
A=[a c+1i*d; c-1i*d b] where a,b ,c and d are real symbol it seems too hard for large L... can any one help me? best regards maryam.
2 Kommentare
Roger Stafford
am 2 Jun. 2013
Your diagonal elements must be real-valued for the matrix to be Hermitian; a+1i*b and e+1i*f would be incorrect unless b and f were zero.
mryam alibeigi
am 5 Jun. 2013
Akzeptierte Antwort
Weitere Antworten (2)
Any matrix A+A' is Hermitian symmetric. That might be the basis for you to construct the matrix you want.
3 Kommentare
Walter Roberson
am 2 Jun. 2013
Is that ' the transpose or the conjugate transpose ?
Matt J
am 2 Jun. 2013
The conjugate transpose.
Matt J
am 4 Jun. 2013
mryam alibeigi Commented:
you are right A+A' is hermitian symmetric but I want to make symbolic *hermitian matrix *.
how can I make symbolic hermitian matrix?
mryam alibeigi
am 4 Jun. 2013
Bearbeitet: Matt J
am 4 Jun. 2013
0 Stimmen
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!