Manuals/calci/REDUCEDROWECHELONFORM

From ZCubes Wiki
Jump to navigation Jump to search
REDUCEDROWECHELONFORM (Array)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} is the set of values.

Description

  • This function shows the value of the Row reducedchelon form.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle REDUCEDROWECHELONFORM (Array)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} is the set of values.
  • Reduced row echelon form is also called Row canonical form.
  • A matrix that has gone under Gaussian elimination is said to be in row echelon form.
  • Row echelon form satisfies the following conditions:
1. All nonzero rows precede zero rows when both types are contained in the matrix.
2. The first (leftmost) nonzero element of each nonzero row is unity (the number 1).
3. When the first nonzero element of a row appears in column , then all other elements in the same column are zero 
4. The first nonzero element of any nonzero row appears in a later column  than the first nonzero element of any preceding row.
  • The following 3x5 matrix is an example of row echelon matrix:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{bmatrix} 1 & 0 & a_1 & 0 & b_1 \\ 0 & 1 & a_2 & 0 & b_2 \\ 0 & 0 & 0 & 1 &b_3 \end{bmatrix}}

Examples

1. REDUCEDROWECHELONFORM([ [ 1, 2, -1, -4], [ 2, 3, -1,-11], [-2, 0, -3, 22]])

1 0 0 -8
0 1 0 1
0 0 1 -2

2. REDUCEDROWECHELONFORM([[2,3,1,0],[10,2,6,-18]])

1 0 0.6153846153846154 -2.0769230769230766
0 1 -0.07692307692307693 1.3846153846153846

Related Videos

Reduced Row Echelon Form

See Also


References