let solve(matrix : float[][]) = printMatrix matrix for rowNum in 0 .. matrix.Length-1 do clearCol(matrix,rowNum) printMatrix(matrix)