rref2_test


rref2_test, a C++ code which calls rref2(), which computes the reduced row echelon form (RREF) of a matrix, which can be used to analyze matrices which are square or rectangular, singular or invertible.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

rref2, a C++ code which computes the reduced row echelon form (RREF) of a matrix, which can be used to analyze matrices which are square or rectangular, singular or invertible.

Source Code:


Last revised on 13 December 2024.