I have a matrix $A$ ($n \times n$) defined as follows:
$$A = \{ 0 \text{ if } i
This is an upper triangular matrix, and I want to solve a system $Ax =b$ -- thus in a sense invert $A$.
I was wondering if a general inverse exists for this problem.
Any help appreciated, thanks in advance..