Dashboard

Featured nodes

Roots

  • Public root

Templates

  • Test template
  • iCorps template
  • Guanyu's Latex template
  • Ivar's latex template
  • Family Tree template
  • Latex template
  • Router template

Trees

  • Public trees

Orphans

  • Browse orphan nodes
Related nodes

Parents1

  • Triangular matrices

Siblings5
  • Sort by title
  • Sort by date

  • Definition of an upper triangular matrix
  • Definition of a lower triangular matrix
  • The product of upper/lower triangular matrices is upper/lower triangular.
  • The inverse of an invertible upper/lower triangular matrix is upper/lower triangular.
  • Every square matrix is conjugate
Knowenβ
  • Help
    • Welcome to Knowen!
    • Edit test node (no login required)
    • Create new test node (no login required)
  • Not logged in
    • Sign in
    • Sign up

History & Comments

Back

Fill content

Description:Added mathematical content
# Definition of an upper triangular matrix

Put content here**Definition.** An $n \times n$ matrix $A = (a_{ij})$ is called *upper triangular* if all entries below the main diagonal are zero, i.e., $a_{ij} = 0$ for all $i > j$.
⏎
An upper triangular matrix has the form:
$$A = \begin{pmatrix} a_{11} & a_{12} & a_{13} & \cdots & a_{1n} \\ 0 & a_{22} & a_{23} & \cdots & a_{2n} \\ 0 & 0 & a_{33} & \cdots & a_{3n} \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \cdots & a_{nn} \end{pmatrix}$$
⏎
**Example.** $\begin{pmatrix} 1 & 3 & -2 \\ 0 & 4 & 5 \\ 0 & 0 & 2 \end{pmatrix}$ is upper triangular.
⏎
The determinant of an upper triangular matrix equals the product of its diagonal entries: $\det(A) = a_{11} a_{22} \cdots a_{nn}$.

# Parents

* Triangular matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026