| Author |
Comment/Response |
Luke
|
04/19/08 8:20pm
So, when I multiply two matrices using A.B it just returns Matrix[A]"."Matrix[B]. This is less then useful. Why is mathematica interpreting "." as a period instead of a dot operator?
I am generating A and B like this:
eigenvector[k_] :=Eigenvectors[A][[k]]
Table[eigenvector[k],{k,1,2}];
B= MatrixForm[Chop[Table[eigenvector[k],{k,1,2}]]]
Any ideas?
URL: , |
|