Calculate the matrix and vector cross product for a rectangular matrix from file data.
The cross product can be calculated from either the matrix or the transpose of the matrix. The number of elements in the vector must be equal to the number of matrix columns. The number of elements in the solution is equal to the number of matrix rows. The number of matrix columns does not have to be equal to the number of matrix rows (the matrix can be either square or rectangular).
Save the matrix to a text file as tab or comma separated rows with each row on a new line (or copy and past cells from a spreadsheet). The vector can be defined either in the text file or on the calculation page. As an option, save the vector as a comma or tab separated list. Refer to the example text file in resources.
Tool Input
- rndtype : Rounding Type For Small Values
- matype : Matrix Operation Type
- M : Input Matrix
Tool Output