Difference between revisions of "Array.thirds()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
 
Line 41: Line 41:
 
   
 
   
 
|}
 
|}
 +
 +
 +
==See Also==
 +
[[Array.fourths() |fourths]]
 +
 +
[[Array_nth_Functions |nth functions]]

Latest revision as of 03:16, 8 May 2020


Array.thirds()

Divide the rows into three sections

MAGICSQUARE(3).thirds()

2
7
6
9
5
1
4
3
8


See Also

fourths

nth functions