powered by
An expression representing a symmetric matrix.
Symmetric(n, name = NA_character_)
The number of rows/columns in the matrix.
(Optional) A character string representing the name of the variable.
An '>Expression representing the symmetric matrix.
# NOT RUN { x <- Symmetric(3, name="s3") # }
Run the code above in your browser using DataLab