photo

Corne Lourens


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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; ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort