Matrix Flashcards
1
Q
What is an ADT Matrix?
A
A container.
Represents a two-dimensional array.
Each element has a unique position, determined by two indexes:
its line and column.
2
Q
What is the Domain of an ADT Matrix?
A
Domain
MAT = {mat | mat is a matrix with elements of the type TElem}