Description Usage Arguments Details Value Author(s) References See Also Examples
IsMatrix()
returns TRUE
if A
is a matrix,
and FALSE
otherwise.
1 2 3 4 5 6 7 |
A |
Input. |
A matrix is a rectangular array of numbers, symbols, or expressions, with m rows by n columns typically denoted by uppercase roman letters such as \mathbf{A}, \mathbf{B}, and \mathbf{C}.
Logical.
Ivan Jacob Agaloos Pesigan
Wikipedia: Matrix (mathematics)
Other predicate functions:
IsDiagonal()
,
IsIdempotent()
,
IsInvertible()
,
IsNilpotent()
,
IsOrthogonal()
,
IsPositiveDefinite()
,
IsScalar()
,
IsSingular()
,
IsSquareMatrix()
,
IsSymmetric()
,
IsVector()
,
MatrixCheck()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.