answersLogoWhite

0

A square array has the same number of columns and rows

the array [1] is a square array (a trivial example)

the array

[1 0]

[0 1]

is a square array

the array

[1 0 0 0]

[0 1 0 0]

[0 0 1 0]

[0 0 0 1]

is a square array

the array

[1 0 0 0]

[0 1 0 0]

[0 0 1 0]

is not a square array

User Avatar

Wiki User

12y ago

What else can I help you with?