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@kfunigraz.ac.at,
last changed: November 19, 2001