trig_sup | R Documentation |
Upper triangular Matrix/Array
trig_sup(A, transp = FALSE, diag = TRUE)
A |
a array or a squared matrix |
transp |
boolean, indicate if we need a transposition or not. |
diag |
boolean, if True, diagonal is not used. |
a array or a squared matrix, with only upper-triangular coefficients with non-zero values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.