Partition representations: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - " ⊢( *[^∘])" to " ⎕←$1"
m (Essays category)
m (Text replacement - " ⊢( *[^∘])" to " ⎕←$1")
Line 116: Line 116:
Because it interleaves elements from a vector with dividers, partitioning is closely related to the [[Mesh]] operation. In fact, a partition can be used to produce a mesh by prepending an element to each division and [[Raze]]ing:
Because it interleaves elements from a vector with dividers, partitioning is closely related to the [[Mesh]] operation. In fact, a partition can be used to produce a mesh by prepending an element to each division and [[Raze]]ing:
<source lang=apl>
<source lang=apl>
       ⊢P
       ⎕←P
┌┬──┬┬────┬┬┬─┐
┌┬──┬┬────┬┬┬─┐
││ab││cdef│││g│
││ab││cdef│││g│

Navigation menu