View source: R/lower.triangle.R
lower.triangle | R Documentation |
Returns the lower triangle including the diagonal of a square numeric matrix.
lower.triangle(x)
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
B <- matrix( seq( 1, 16, 1 ), nrow=4, byrow=TRUE ) lower.triangle( B )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.