I am dealing with the following matrix equation.
$$AB= I.$$
All are square matrices. $A$ is a known tridiagonal matrix, $I$ is identity matrix. Since $B$ is unusually large, I wonder if it is possible to find out the first row of $B$ matrix without evaluating the whole one?
Please note that, neither $A$ nor $B$ is hermitian.