title-meta | author-meta | ||
---|---|---|---|
|
|
Which of the vector norm axioms are violated for the
- absolute homogeneity
- triangle inequality
- positive definiteness
- none of the above
The product of two upper triangular matrices is an upper triangular matrix.
- true
- false
Consider a matrix
-
$\mathcal{O}(n)$ -
$\mathcal{O}(n^2)$ -
$\mathcal{O}(n^3)$ - none of the above
Let
- invertible
- lower triangular
- orthogonal
- sparse
- none of the above
Answer: The matrix is not orthogonal since its inverse is obtained by negating the elements below the diagonal, which is different from its transpose.
Suppose that a square matrix
- lower triangular
- positive-definite
- symmetric
- none of the above
Which of the following factorizations of a square matrix are unique?
- LU
- QR
- none of the above
Suppose that
-
$F$ is orthogonal -
$F^2=I$ - none of the above
Suppose that
-
$\Sigma$ is diagonal -
$\Sigma$ is invertible -
$|\Sigma|_2=1$ - none of the above
Answer: For any
Consider a matrix
- LU
- QR
- SVD
- Cholesky
- none of the above
Answer:
-
$A=LU$ , solve$Ly=b$ ,$Ux=y$ -
$A=QR$ , solve$Qy=b$ ,$y=Q^Tb$ ,$Rx=y$ -
$A=U\Sigma V^T$ , solve$Uy = b$ ,$y=U^T b$ ,$\Sigma V^T x=y$ ,$V^Tx=\Sigma^{-1}y$ ,$x=V\Sigma^{-1}y$ -
$A=L L^T$ is a type of LU