English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

any square matrix into echelon form with all 1's along its main diagonal?

2006-10-17 08:58:30 · 2 answers · asked by Choad McChump 1 in Science & Mathematics Mathematics

2 answers

No. Try to transform the 1×1 matrix [0] into echeclon form with all 1s along the main diagonal. If that example seems too trivial, consider the matrix:

[1, 2, 3]
[2, 4, 3]
[3, 6, 3]

The reduced-row echelon form of this matrix is:

[1, 2, 0]
[0, 0, 1]
[0, 0, 0]

Note that two of the three elements on the main diagonal are zeros. In general, the echelon form of a square matix will have all 1s along the main diagonal if and only if the matrix is invertible - i.e. its determinant is nonzero.

2006-10-17 09:08:04 · answer #1 · answered by Pascal 7 · 1 0

Not if one row is a multiple of another.

Example:

2 4 5
4 8 10
3 3 1

2006-10-17 09:03:18 · answer #2 · answered by hayharbr 7 · 1 0

fedest.com, questions and answers