Can anyone explain to me how to use LU factorization to solve Ax=b? I know how to solve for L and U, but using them to solve that confuses me. I'll post the question immediately.
Just the first problem, I should be able to figure it out after that.
@zepdrix maybe?
A=LU; Ax=B; LUx=B; x=inverse(U)inverse(L)B
So is that what I want to do with them? Find their inverses and multiply that by B?
Looks like it, from this pic http://1.bp.blogspot.com/_ltmZpULxXtI/TDJf3yVx32I/AAAAAAAAAUs/rryzvfhJkpw/s1600/eq18.png
it should be easier to find the inverse of a triangular matrix than a regular one
Just need the inverse of L, multiply that by matrix b, then it should be easy to solve the system.
Okay makes sense, now to find the inverse, I augment the matrix to a similarly sized identity matrix, row reduce, and use the right half when the left half looks like the identity matrix right?
Yep, that sounds right.
Alright, thanks you two! Would give you both a medal, but technically eashy answered first =P
He could prob use it more. Even though I can't see it, I think my smartscore is 99 already.
It is, show off! ^^
Haha, thank you :P
Join our real-time social learning platform and learn together with your friends!