Calculate vector (array sum, average, root mean square (RMS), and dot product) and matrix operations (matrix inverse, transpose, determinant, Crout factorisation (LU factorisation), and cross product). Enter each matrix row as a comma separated list, with a new line for each row. For large matrices the rows will sometimes wrap around to the next line. If the lines wrap, you must still enter a new line (enter key) for each new row. Matrices should have an equal number of elements in each row.
Solve a set of linear equations using matrix and vector operations. The matrix must be square (equal number of rows and columns), and must have an equal number of elements in each row. The matrix rows must be independent, and well conditioned.
Change Module :