迭代步数k Resources

Showing items tagged with "迭代步数k"

The conjugate gradient method for solving the linear system Ax=b, which takes input matrix A, column vector b, and iteration count k to compute the solution column vector x. Implementation includes efficient matrix-vector multiplication and iterative residual minimization.

MATLAB 247 views Tagged