M HYPE SPLASH
// general

Is there no difference between upper triangular matrix and echelon matrix(row echelon matrix)?

By Emma Terry
$\begingroup$

enter image description here
Source: Linear Algebra with Applications Gareth Williams

I see no difference between upper triangular matrix and echelon matrix(row echelon matrix). Then are they the same?

enter image description here

Source: Linear Algebra with Applications David C. Lay

$\endgroup$ 4

1 Answer

$\begingroup$

To summarize the comments into an answer: The matrix $$\begin{pmatrix}1&2&3\\0&4&5\end{pmatrix} $$ is echelon, but not triangular (because not square). The matrix $$\begin{pmatrix}1&2&3\\0&0&4\\0&0&5\end{pmatrix} $$ is triangular, but not echelon (because the leading entry $5$ is not to the right of the leading entry $4$).

However, for non-singular square matrices, "row echelon" and "upper triangular" are equivalent.

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy