row
row(x, index)
Return a row from a matrix or array.
Try it yourself:
$1 | A = [[1, 2], [3, 4]]
| |
$2 | row(A, 1)
| |
$3 | row(A, 2)
|
See also:
All functionsReturn a row from a matrix or array.
Try it yourself:
$1 | A = [[1, 2], [3, 4]]
| |
$2 | row(A, 1)
| |
$3 | row(A, 2)
|