Home > Archive > Matlab > April 2005 > eigenvector values
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
eigenvector values
|
|
| matlab user 2005-04-27, 9:01 pm |
| I'm sure this will be a very easy question for someone to answer: I
entered the formula to get eigenvectors and eigenvalues for a matrix.
Some of the entries in the eigenvector have this format: -0.1407 +
0.0125i, and the next column will have an entry -0.1407 - 0.0125i.
What does the i stand for?
Thank you.
| |
|
| matlab user:
<SNIP ... oh well ...
> What does the i stand for? (in constructs like a+bi)
a hint:
help i
% followed by
sqrt(-1)
us
| |
| Stefan 2005-04-27, 9:01 pm |
| The results are just complex.
Regards,
Stefan
|
|
|
|
|