Message Boards Message Boards

0
|
5147 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Produce a basis for an eigenspace?

Posted 7 years ago

Hi, trying to use Mathematica to produce a basis for each eigenspace of a matrix A. If I run the command

Eigensystem[[A]

Will this always produce the eigenspaces and their basis?

For example,

Eigensystem[{{7, 3}, {3, -1}}]

produces

{{8, -2}, {{3, 1}, {-1, 3}}}

From what I understand, 8 is an eigenspace with the basis {3,1} and -2 is an eigenspace with the basis {-1,3}. Is this true?

POSTED BY: Joseph Savin
2 Replies

Is this a math question or a question specific to Mathematica? If the latter, what aspect of the documentation for Eigensystem is causing confusion?

POSTED BY: Daniel Lichtblau

https://reference.wolfram.com/language/ref/Eigensystem.html

> Eigensystem[m] gives a list {values,vectors} of the eigenvalues and eigenvectors of the square matrix m.

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract