Matrix Class
property Element [Index: Integer]: float;
Provides readonly access to the elements of the matrix.
There are only 6 elements in this matrix. Attempt to access Index values greather than 5 will cause EIndexOutOfBounds exception.