Skip to main content

Gaussian elimination

Computes the Gaussian elimination of a matrix.

Syntax

gaussian_elimination(Matrix)

Description

Given a matrix, computes its gaussian elimination. Some options are available.

linear_algebra.gaussian_elimination.calc.png

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