photo

Duc Anh Le


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

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
199,226
of 300,068

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
45.45%

收到投票数
0

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Column indexing with condition
I have two matrices A = [1, 0, 0; 0, -2, 0; 0, 0, -3]; B =[1, 2, 3; 4, 5, 6; 7, 8, 9]; I need to...

5 years 前 | 1 个回答 | 0

1

个回答

提问


SVD computation using eig function
I'm trying to find the Singular Value Decomposition of a rectangular matrix by calculating the eigenvalues and eigenvectors of a...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Eigenvectors and the null function
I have a matrix D and I want to find eigenvectors using the null-function and known eigenvalues: D = [2 -1; -1 3]; ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Divide and conquer SVD algorithm
I'm trying to implement Divide and Conquer SVD, but my code is not working. Can somebody help me fix it? Thanks. EDIT: Note t...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Sum of series with a variable
I have the function , where are i-th components of given vectors respectively. I need to implement it Matlab and find the root...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Does there exist a QL decomposition?
I've read about the QR-decomposition and I wonder if there is an algorithm that does the factorization is a lower triangular ma...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Givens rotation QR decomposition
I'm trying to create a function that computes the Givens Rotation QR decomposition, following this pseudo-code. function [...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Plot doesn't show anything
I'm trying to plot the orbit diagram of the logistic map, but the plot doesn't show anything. There are no error messages, so I'...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Computational time of qr, svd and eig?
How does the time for qr depend on the dimensions of the matrix m and n (does it depend on on the type of linear systems: overd...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How does the time for the backslash operator depend on the type of linear systems?
How does the time for the backslash operator depend on the type of linear systems (overdetermined and underdetermined)? Does it...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to generate random matrices that are rank-deficient by generating their SVD first?
How to generate random matrices that are rank-deficient by generating their SVD first?

6 years 前 | 1 个回答 | 0

1

个回答