| is_diagonal_matrix | Is the input a diagonal matrix? |
| is_identity_matrix | Is the matrix an identity matrix? |
| is_lower_triangular_matrix | Is the matrix upper/lower triangular? |
| is_square_matrix | Is the matrix a square matrix? |
| is_symmetric_matrix | Is the input a symmetric matrix? |
| is_zero_matrix | Is the input a zero matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.