powered by
Returns the lower triangle including the diagonal of a square numeric matrix.
upper.triangle(x)
a matrix
A matrix.
Bellman, R. (1987). Matrix Analysis, Second edition, Classics in Applied Mathematics, Society for Industrial and Applied Mathematics.
is.square.matrix
# NOT RUN { A <- matrix( seq( 1, 9, 1 ), nrow=3, byrow=TRUE ) upper.triangle( A ) # }
Run the code above in your browser using DataLab