HP Prime for All

English  Русский 

Syntax

mat2list(Mtrx)

Description

Returns the list of the terms of the matrix.

Example

mat2list([[1,8],[4,9]]) returns [1,8,4,9]

mat2list — Discussion