![]() |
![]() |
Calculator Function RefrenceFunction Reference >Calculator Function Reference >Lists>DimentionDimentionThe dimention function, dim(), will return the dimentions of the list or matrix passed as a parameter. A list will return a single number and a matrix will return a list with a length of two.
dim({4,3,2})=3
dim({{1,2},{3,4}})={2,2} |