photo

Corne Lourens


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
0 个回答

排名
153,533
of 297,527

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答