Linear Algebra and Optimization
Chapter Two Problem 2.1. 1. To prove that $(H,\cdot)$ is a group we must show that the following properties hold: Closure: if $A,B \in H$ then $A \cdot B \in H$. To show this note that any upper triangular matrix $A$ has the property $$ \begin{bmatrix} 1 & a & b \\ 0 & 1 & c \\ 0 & 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & a & b \\ d & 1 & c \\ e & f & 1 \end{bmatrix} \odot \begin{bmatrix} 1 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \end{bmatrix} $$ where $\odot$ denotes the Hadamard product of two matrices and the first matrix is non-singular. In index notation we write this as $$ A_{ij} = a_{ij} \mathbb{1}_{j \geq i} $$ where $\mathbb{1}_{\text{statement}}=1$ if the statement is true and zero ...