Suppose I have the LU factorization for a given matrix $A$ ($A$ is not symmetric positive definite), then is there a faster way to solve for $x$ in the following equation, as compared to doing LU all over again?
$$ (I - A)x = b $$
where $I$ is the identity matrix.