lower.tri {Ryacas}R Documentation

Lower and upper triangular part of a matrix

Description

Lower and upper triangular part of a matrix

Usage

lower.tri(x, diag = FALSE)

Arguments

x

If yac_symbol treat as such, else call base::lower.tri()/base::upper.tri().

diag

Whether diagonal is included.


[Package Ryacas version 1.1.5 Index]