- #1
nonequilibrium
- 1,439
- 2
Hello,
So I'm using a numerical method where I iteratively have to solve [itex]Ax_{i+1}=x_i[/itex] which can of course be done by calculating the inverse matrix, but something in the back of my mind is telling me that it is better to solve the equation using Gaussian elimination and substitution.
However, what is the reason for this? And is the difference relevant, or is merely a difference "in principle".
So I'm using a numerical method where I iteratively have to solve [itex]Ax_{i+1}=x_i[/itex] which can of course be done by calculating the inverse matrix, but something in the back of my mind is telling me that it is better to solve the equation using Gaussian elimination and substitution.
However, what is the reason for this? And is the difference relevant, or is merely a difference "in principle".