Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EigenVectors return equations not vectors #320

Open
Isomorph70 opened this issue Aug 25, 2020 · 0 comments
Open

EigenVectors return equations not vectors #320

Isomorph70 opened this issue Aug 25, 2020 · 0 comments

Comments

@Isomorph70
Copy link
Contributor

Out> {{6,2,-2},{2,6,-2},{-2,-2,6}}
In> ata24:=%
Out> {{6,2,-2},{2,6,-2},{-2,-2,6}}
In> EigenValues(%)
Out> {4,4,10}
In> e24:=%
Out> {4,4,10}
In> EigenVectors(ata24,e24)
Out> {{k1==k1,k2==(4*k1+2*k3-6*k1)/2,k3==k3},{k1==k1,k2==(4*k1+2*k3-6*k1)/2,k3==k3},{k1== -k3,k2==(10*k1+2*k3-6*k1)/2,k3==k3}}

Verify([Local(a);a:={{6,2,-2},{2,6,-2},{-2,-2,6}};Length(Difference(EigenVectors(a,EigenValues(a)),{{1,0,1},{-1,1,0},{-1,-1,1}}))=0;],True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants