pay attention to
Jacobian iteration method has obvious advantages and simple calculation formula. It only needs to calculate the multiplication of matrix and vector once per iteration, and the original matrix A remains unchanged during the calculation process, so it is easier to calculate in parallel. However, this iterative method is slow in convergence and takes up a lot of storage space, so it is not directly used in engineering, but an improved method.