HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
list2mat
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
↑Back to top