458 bytes added
, 20:29, 4 March 2017
*[[ Z3 | << Z3 Home ]]
*[[ Z%5E3_Language_Documentation | Z3 Language Documentation]]
*[[ Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member Functions]]
==Array.thirds() ==
Divide the rows into three sections
MAGICSQUARE(3).thirds()
{| class="wikitable"|-
|
{| class="wikitable"|-
| 2
|-
| 7
|-
| 6
|}
|-
|
{| class="wikitable"|-
| 9
|-
| 5
|-
| 1
|}
|-
|
{| class="wikitable"|-
| 4
|-
| 3
|-
| 8
|}
|}