powered by
Given a square matrix, it provides the lower triangular part, including the main diagonal.
tril(M)
transformed matrix
square matrix
Francesco Bartolucci, Antonio Forcina
M = matrix(1:9,3) N = tril(M)
Run the code above in your browser using DataLab