HP Prime for All

English  Русский 

Syntax

list2mat(Lst(l),Intg(n))

Description

Returns the matrix with n columns and where terms are the list l completed eventually by 0.

Example

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

list2mat — Discussion