row#

A function that can be used in Formulas.

Syntax and semantics

row# (m##, i)
extract the ith row from the matrix m##.

Examples

    assert row# ({{ 7, 4 }, { 99, 103 }}, 2) = { 99, 103 }

Links to this page


© Paul Boersma 2024