photo

Corne Lourens


Last seen: ungefär 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I have to solve the following
F1D=1000; C1D=9250; F6D=1000; F3D=400; C3D=38000; F2D=@(F5D)F6D-F5D+F1D; F5D=@(F4D)F6D+F4D-F3D; F4D=@(F2D)F1D+F3D-F2D; ...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


Hi just want to know if someone can maybe help me i have this matrix t want to get the eigenvector but it give me complex values and im pretty sure it must not be complex values for that matrix
t= zeros(10); t(1,2)=1; t(1,5:10) = 1; t(2,3:6) = 1; t(2,8:10)=1; t(3,1)=1; t(3,4)=1; t(3,7:10)=1; t(4,6:10) =1; t(5,3...

ungefär 5 år ago | 1 answer | 0

1

answer