Gaussian elimination Computes the Gaussian elimination of a matrix. Syntax gaussian_elimination(Matrix) Description gaussian_elimination(Matrix) Given a matrix, computes its gaussian elimination. Some options are available. Options Below is a complete list of options that may be used in the gaussian_elimination function. Option Description Format Default value method We can choose the method to be used from the following: free_division_gauss, free_fraction_gauss, gauss. {method="gauss"} gauss, but it depends on the dimensions of the matrix Related functions Rank, Linearly independents? Table of Contents Syntax Description Options Related functions