A couple of questions:
- How many multiplications are needed for LU decomposition?
- How many multiplications are needed for finding the answer to $Ax = b$ by solving it like this $x=A^{-1}b$
The course I'm studying is low level and this is the hardest thing I'm struggling with right now is to understand that. Thanks!