Mock Quiz 6 With Sol.
Mock Quiz 6 With Sol.
Q1. Given a matrix . Suppose we want solve for in the following system
We want to use QR decomposition algorithm. What is the size of matrices and ? What are the
key properties of Q and R matrices?. Which of the following algorithm will you use to compute ?
Forward Substitution or Backward Substitution.
Amyn Xnxi =
Dmxl
Q mx
Ruxu Xax = bmxl
(0,0,05...[n](2x12.... I
22c.. e-- b and
① is orthonormal matrix QQ =
I
1 ci j
=
=>
QQRX = aTb
Q Tb
=>Rx =
Use
to
backward substitution due for X.
Q2. Polynomial fitting is one of the many applications of Least-Squares Approximation. Given the
experimental data, shown in Table below,
We want to compute the coefficients, 𝑎0 , 𝑎1 ,…,𝑎𝑛 , what are the available methods to solve for
coefficients.
1=: x-1a 1
I XD
:
I
=
Mmx a y
=
m> n
&
methods.
We can solve this
using different
C
① Normal
Equations.
MTy
+
M Ma =