This section seeks to explore triangular matrices and their specific structure. Triangular matrices are particularly useful for quicker row reduction using forward or backward substitution. This algorithm takes in a matrix as input, and determines if its rows can be rearanged to yeild a triangular matrix in any of the 4 forms. If a configuration does not exist, " No Triangular Configurations Exist!" is returned.