Vocabularymath.
matricesInputsOutputsWord descriptionCreates a matrix with the specified anti-diagonal. This word has the opposite effect of
anti-diagonal.
NotesTo use a diagonal starting in the lower left, reverse the input sequence before calling this word.
ExamplesUSING: math.matrices prettyprint ;
{ 1 2 3 } <anti-diagonal-matrix> .
{ { 0 0 1 } { 0 2 0 } { 3 0 0 } }
Definition