An upper triangular matrix is a square matrix where all the entries below the main diagonal are zero. For a $2 \times 2$ matrix, this means the matrix has the form:
\[
\begin{bmatrix}
a & b \\
0 & c
\end{bmatrix}
\]
where \( a, b, \) and \( c \) are real numbers.
Show more…