Skip to content

SquareMatrixQ

SquareMatrixQ(m)

returns True if m is a square matrix.

See

Examples

>> SquareMatrixQ({{1, 3 + 4*I}, {3 - 4*I, 2}})
True
>> SquareMatrixQ({{}})
False

Implementation status

  • ✅ - full supported

Github