| |
The type of a matrix entry.
|
|
| returns the number of columns. | ||||
|
| returns the number of rows. | ||||
|
| |||||
returns the entry at position (row, column).
| ||||||
|
| |||||
replace
column old with column number new.
| ||||||
|
|
returns
a new Matrix consisting of all rows of m with even index,
(i.e. first row is row 0 of m, second row is row 2 of
m etc.).
| ||||
|
|
deletes the
rightmost columns, such that m becomes quadratic.
|