-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Gaussian elimination
Reading time: 1minComputes the Gaussian elimination of a matrix.
Syntax
gaussian_elimination(Matrix)
Description
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 |