Muscat (muscat v0.3.0) View Source

Link to this section Summary

Functions

Reduce a augmented matrix into reduced row echelon form and give the equation solution.

Link to this section Functions

Link to this function

rref(augmented_matrix, opts \\ [])

View Source

Reduce a augmented matrix into reduced row echelon form and give the equation solution.

The function name rref is taken from Matlab.

Options

  • :value_type - The result value type, :float(default), :fraction.
  • :precision - If the result_type is :float, round the float.
  • default_value - For infinite solutions, solve the equation by it. The default value is 1.