Understanding the Interactive Matrix Language

Defining a Matrix

The fundamental data object on which all Interactive Matrix Language commands operate is a two-dimensional (row x column) numeric or character matrix. By their very nature, matrices are useful for representing data and efficient for working with data. Matrices have the following properties:

The dimension of a matrix is defined by the number of rows and columns it has. An m x n matrix has mn elements arranged in m rows and n columns. The following nomenclature is standard in this user's guide:

Previous Page | Next Page | Top of Page