Using LU Decomposition how can I solve for vector xx in the system Ax=b, given A and b.
For simplicities sake where A is a 3x3 matrix and b is a vector of size 3.
For example how to find x when:
A=(312575123),b=(444)