Triangmult
--- Introduction ---
Triangmult
is an exercise on the multiplication of matrices:
one knows that if C is a square matrix of size n×n,
then there exist two matrices
A and B of the same size, one is upper triangular, the other
lower triangular, such that
C=AB.