Tagged Questions
3
votes
5answers
3k views
Is there around a straightforward way to invert a triangular (upper or lower) matrix?
I'm trying to implement some basic linear algebra operations and one of these operations is the inversion of a triangular (upper and/or lower) matrix. Is there an easy and stable algorithm to do that?
...