| 121 |
|
.I rmtxop |
| 122 |
|
command into another, as shown in one of the examples below. |
| 123 |
|
.PP |
| 124 |
< |
The number of components in the new matrix after applying any |
| 124 |
> |
The number of components in the next matrix after applying any |
| 125 |
|
.I -c |
| 126 |
|
transform must agree with the prior result. |
| 127 |
|
For concatenation (matrix multiplication), the number of columns |
| 128 |
< |
in the prior result must equal the number of rows in the new matrix, and |
| 128 |
> |
in the prior result must equal the number of rows in the next matrix, and |
| 129 |
|
the result will have the number of rows of the previous and the number |
| 130 |
< |
of columns of the new matrix. |
| 130 |
> |
of columns of the next matrix. |
| 131 |
|
In the case of addition, multiplication, and division, |
| 132 |
|
the number of rows and columns of the prior result and the |
| 133 |
< |
new matrix must match, and will not be changed by the operation. |
| 133 |
> |
next matrix must match, and will not be changed by the operation. |
| 134 |
|
.PP |
| 135 |
|
A final transpose or scaling/transform operation may be applied to |
| 136 |
|
the results by appending the |