Is there a way, using numpy or scipy, to check if the matrix is ββa lower or upper triangular matrix ?. I know how to make a function to verify this; but I would like to know if these modules have their own functions. I am looking in the documentation but haven't found anything.
source share