Question: Import file and find eigenvectors

Hello!

I am currently working with the A = rosser Matrix. Which is found in Matlab. The task is to find the eigenvectors of this Matrix in Matlab and Maple. I have succeeded in matlab, but I am confused with Maple. What I have done:

1) In Matlab I save the A = roseer so I could import in from Maple

2) I go back to Maple

3) I write with(LinearAlgebra);

3) I use this path "Tools>Assistants>Import Data" and I select the saved Matlab file (Named A.mat) (No specific folder if that is important)

4) I use "Matrix Data Type" as "Anything" and I give the Variable name "A"

5) I now see the Matrix inside Maple. BUT I get dots after each value. Like this --> 99. 3. -147. etc - This might be an issue.

Note: I never get to select file format. Is that because they know it was a matlab file? Or a setting I am missing out on?

6) I write A := A[2] (According to teachers instructions)

7)  Then I write: eigenvects(A);  (Teachers isntructions)

But I am getting no proper values at all. I assume it is something with the import. So I added this 8x8 Matrix by hand. I got a better result with a result. But the result is wrong. I am getting 7 eigenvectors while there should be 8. See the code at: Method-two.mw

I am turning crazy over here. Anyone smart who could help me out please?

Please Wait...