{{indexmenu_n>999}}
====== New ======
###
Matrix.New(T) creates a matrix object from the table t. Matrices can only have numerical (real or complex) entries and all rows must be of equal length.
###
===== Example =====
==== Input ====
M = Matrix.New({{1,2},{2,1}})
print(M)
==== Result ====
{ { 1 , 2 } ,
{ 2 , 1 } }
===== Table of contents =====
{{indexmenu>..:#2|tsort}}