Feeds
提问
Question about for loop in SOR method
I'm trying to do a SOR method to find the eigenvalue and eigenvector. I need to change the scalar weight w from 1 to 1.99 in inc...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do you solve a linear system in a loop?
For example, if Ax=b and the b vector has a component that is constantly changing, how do I construct a for loop to find differe...
8 years 前 | 1 个回答 | 0
