: How does a matrix equation increases speed of system ?

403 views

: How does a matrix equation increases speed of system ?

In: 0

6 Answers

Anonymous 0 Comments

If you have to apply a bunch of linear transformations repeatedly, you can represent them in a matrix. That in itself doesn’t make the math any faster, but the next thing you can (usually) do is diagonalize the matrix. Now you can apply the transformation as many times as you want, for more or less the same amount of computations as applying and inverting the diagonalization, which is just two matrix multiplications (once you know the diagonalization for it).

You are viewing 1 out of 6 answers, click here to view all answers.