matrix_prop-methods | R Documentation |
Determine if an expression is positive semidefinite, negative semidefinite, hermitian, and/or symmetric.
is_psd(object)
is_nsd(object)
is_hermitian(object)
is_symmetric(object)
object |
An Expression object. |
A logical value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.