col#

A function that can be used in Formulas.

Syntax and semantics

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

Examples

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

Links to this page


© Paul Boersma 2024