| m0=: ] i."1&.|: 1 _1"_ | Column node table from connection table columns (inverse to m3) |
| m1=: ] (i."1) 1 _1"_ | Node table from connection table rows (inverse to m4) |
| m2=: [:-/ ] =/ [:i. [:>: [:>./ , | Row connection table from node table columns |
| m3=: [: |: m2 | Column connection table from node table columns (inverse to m0) |
| m4=: [:-/"2 ] =/ [:i. [:>: [:>./ , | Row connection table from node table rows (inverse to m1) |