Closed 0joshuaolson1 closed 6 years ago
E.g. atop([1,2]) can be split as atop([0,2], atop([1,0])), but which is not commutative with atop([1,0], atop([0,2])).
atop([1,2])
atop([0,2], atop([1,0]))
atop([1,0], atop([0,2]))
E.g.
atop([1,2])
can be split asatop([0,2], atop([1,0]))
, but which is not commutative withatop([1,0], atop([0,2]))
.