Matrices
A MATRIXobject has three components:
- The length, i.e. the INTEGERobject which tells how many rows
are in the MATRIXobject.
- The height, i.e. the INTEGERobject which tells how many columns
are in the MATRIXobject.
- and the selfpart, which contains the entries (height*length in
number).
harald.fripertinger "at" uni-graz.at, May 26,
2011