et
𝐴
be an
𝑚
×
𝑛
matrix. Determine the exact numbers of floating point additions, subtractions, multiplications, and divisions involved in computing the factorization
𝐴
=
𝑄
𝑅
by Algorithm
1
0
.
1
(
Trefethen
)
.
Algorithm
1
0
.
1
.
Householder QR Factorization
|
)
|
𝑣
𝑘
|
|
2
|
𝐴
𝑘
:
𝑚
,
𝑘
:
𝑛
=
𝐴
𝑘
:
𝑚
,
𝑘
:
𝑛
-
2
𝑣
𝑘
(
𝑣
𝑘
*
*
𝐴
𝑘
:
𝑚
,
𝑘
:
𝑛
)
Algorithm 10.1. Householder QR Factorization
for k=1 to n
x = Ak:m,k
Uk =
Uk vk/lvk/2
Ak:m.k:n = Ak:m.k:n -
1.
2.
3.
4.
5.
Not the question you are looking for? Ask here!
Enter question by text
Enter question by image
Unlock Smarter Learning with AskSia Super!
Join Super, our all-in-one AI solution that can greatly improve your learning efficiency.