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...
거의 10년 전 | 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; ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How to find largest magnitude in matrix?
2 1 7 3 4 2 11 -22 13 B = largest magnitude B = -22
거의 10년 전 | 답변 수: 1 | 0
