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