Element - Þ`
- Anti-diagonals Ordered
Description
Anti-diagonals of a matrix, starting with the shortest top anti-diagonal
Overloads
lst
-anti-diagonals of a, starting with the shortest top anti-diagonal
Examples
⟨⟨1|2|3⟩|⟨4|5|6⟩|⟨7|8|9⟩⟩ Þ`
=⟨⟨1⟩|⟨2|4⟩|⟨3|5|7⟩|⟨6|8⟩|⟨9⟩⟩
⟨⟨1|2|3|4⟩|⟨5|6|7|8⟩|⟨9|10|11|12⟩⟩ Þ`
=⟨⟨1⟩|⟨2|5⟩|⟨3|6|9⟩|⟨4|7|10⟩|⟨8|11⟩|⟨12⟩⟩
⟨⟨1|2|3⟩|⟨4|5|6⟩|⟨7|8|9⟩|⟨10|11|12⟩⟩ Þ`
=⟨⟨1⟩|⟨2|4⟩|⟨3|5|7⟩|⟨6|8|10⟩|⟨9|11⟩|⟨12⟩⟩
⟨⟨1|2|3⟩|⟨4⟩|⟨7|8|9⟩⟩ Þ`
=⟨⟨1⟩|⟨2|4⟩|⟨3|7⟩|⟨8⟩|⟨9⟩⟩
⟨⟨⟩⟩ Þ`
=⟨⟩