tini

8 Reputation

4 Badges

18 years, 210 days

MaplePrimes Activity


These are Posts that have been published by tini

Hello, When i used command 'Eigenvector' to find eigenvalues and eigenvectors of mechanic system like this : (wfem,modvecs) := Eigenvectors(mm,kk); # mm,kk are mass and stiffness matrices of system . It returns a complex vector and matrix. But when use : (modvecs,wfe):=Matlab[eig](mm,kk,eigenvectors=true); It returns a float matrix and vector, i try using Matlab to solve and it also retrurns a result similar to Matlab[eig]. The important thing is two results of two command 'Eigenvector' and Matlab[eig] are difference. After that, I use 'Map' command to take real part of result(in 'Eigenvector'),but it works only with 'map' ,and 'Map' doesn`t.
Page 1 of 1