Exam 1
Question
For the matrix
A
=
(
16
4
16
-
4
4
5
6
-
9
16
6
33
-
28
-
4
-
9
-
28
58
)
.
compute the matrix
L
=
(
ℓ
ij
)
1
≤
i
,
j
≤
4
from the Cholesky decomposition
A
=
L
L
⊤
.
Which of the following statements are true?
ℓ
41
=
-
1
ℓ
44
<
4
ℓ
22
=
-
1
ℓ
11
>
0
ℓ
32
≤
1
Solution
The decomposition yields
L
=
(
4
0
0
0
1
2
0
0
4
1
4
0
-
1
-
4
-
5
4
)
and hence:
True.
ℓ
41
=
-
1
False.
ℓ
44
=
4
≮
4
False.
ℓ
22
=
2
≠
-
1
True.
ℓ
11
=
4
True.
ℓ
32
=
1