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 a lower triangular matrix

Put content here**Definition.** An $n \times n$ matrix $A = (a_{ij})$ is called *lower triangular* if all entries above the main diagonal are zero, i.e., $a_{ij} = 0$ for all $i < j$.
⏎
A lower triangular matrix has the form:
$$A = \begin{pmatrix} a_{11} & 0 & 0 & \cdots & 0 \\ a_{21} & a_{22} & 0 & \cdots & 0 \\ a_{31} & a_{32} & a_{33} & \cdots & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ a_{n1} & a_{n2} & a_{n3} & \cdots & a_{nn} \end{pmatrix}$$
⏎
**Example.** $\begin{pmatrix} 2 & 0 & 0 \\ -1 & 3 & 0 \\ 4 & 1 & 5 \end{pmatrix}$ is lower triangular.
⏎
Note: $A$ is lower triangular if and only if $A^T$ is upper triangular.

# Parents

* Triangular matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026