Gaussian Elimination

A simple function to reduce a matrix into row echelon form.

이 제출물을 팔로우합니다

The function takes a single input argument and gives a single output variable. It is better to push the null vectors in the matrix on the end rows and columns in the matrix. Rows and columns in the output may sometimes need to be rearranged (swapped) to make an echelon form. All other is set.
The code is super simple. Hope you find it helpful :)

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
2.0

The earlier code did not take care of the zero in the pivotal position (if there is). A single if-conditional statement made the function work better.

1.1.0

just added a display picture :)

1.0.0