Calculate the matrix determinant for a square n x n matrix from file data.
The determinant is calculated from the product of the diagonal of the LU factorisation. Check that the determinant is equal to the product of the Crout diagonals. The number of rows in the matrix must be equal to the number of columns.
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). Refer to the example text file in resources.
Tool Input
- rndtype : Rounding Type For Small Values
- A : Input Matrix
Tool Output