Feeds
回答済み
Create for loop in a matrix (power method)
I already figured it out. I don't need to use C(i+1) for my iteration equation for this particular matrix. All I have to do i...
Create for loop in a matrix (power method)
I already figured it out. I don't need to use C(i+1) for my iteration equation for this particular matrix. All I have to do i...
9年以上 前 | 0
質問
Create for loop in a matrix (power method)
Estimate the most dominant eigenvalue of [A] and its corresponding eigenvector,using the power method. A = [4 3 1; ...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How to find largest magnitude in matrix?
2 1 7 3 4 2 11 -22 13 B = largest magnitude B = -22
9年以上 前 | 1 件の回答 | 0
