SquareMatrixQ
SquareMatrixQ(m)
returns
True
ifm
is a square matrix.
See
Examples
>> SquareMatrixQ({{1, 3 + 4*I}, {3 - 4*I, 2}})True
>> SquareMatrixQ({{}})False
Implementation status
- ✅ - full supported
SquareMatrixQ(m)
returns
True
ifm
is a square matrix.
See
>> SquareMatrixQ({{1, 3 + 4*I}, {3 - 4*I, 2}})True
>> SquareMatrixQ({{}})False