Calculator Function Refrence

Function Reference >Calculator Function Reference >Lists>Dimention

Dimention

The 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}