Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

eigen decomposition of a complex matrix

Status
Not open for further replies.

tgel76

Programmer
Jul 2, 2001
17
GB
Hi,
I am a c++ user, I'm looking for a c++ function to calculate the eigenvalues and eigenvectors of a comlex matrix. I need it for a mobile tracking program that I'm working on (MUSIC algorithm). Can anybody help me?

thanks in advance,
thanos.
 
There is a formula that estimates the values based on the vectors. It has been a while since I was in college and even longer since I was in linear algebra. I am sorry that I dont remember the formula but being that one exists I would search the web for estimation eigen vectors values and see what you find.

Good Luck and I am sorry I couldnt be more help
Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top