|
|
|
|
|
by cannabis_sam
2228 days ago
|
|
I just love how this illustrates the names sum and product types. permutations(sum of Segment) == permutations(Segment) + permutations(Segment)
vs. permutations(product of Segment) == permutations(Segment) * permutations(Segment)
(Edit: permutations is the wrong term, it should be cardinality or a non-mathematical concept like some colloquial concept of “variations” ) |
|