필터 지우기
필터 지우기

Time complexity of Gauss-Seidel iterative inversion method

조회 수: 3 (최근 30일)
Nurulhuda Ismail
Nurulhuda Ismail 2020년 2월 10일
편집: Nurulhuda Ismail 2020년 2월 10일
Hi,
What is the factor that causes Gauss-Seidel method takes longer time execution in MATLAB caompared to the neumann series method?
Is it because of the lower triangular matrix inversion that is solved using Forward-backward substitution? For your informtion, I use tic-toc function in MATLAB to measure the elapsed time required by both method.
For example, with 1 iteration, GS takes 1405 sec while Neumann series takes only 138 sec to be executed.
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by