next up previous
Next: Aula Prática 07 Up: CE-057: Introdução aos modelos Previous: Aula Prática 05

Aula Prática 06

Dada a matriz,


\begin{displaymath}
X=
\left[
\begin{array}{ccc}
1 & 1 & 0 \\
1 & 1 & 0 \\
1 & 0 & 1 \\
1 & 0 & 1
\end{array}\right]
\end{displaymath}

  1. Encontre duas inversas de mínimos quadrados para X.

  2. Considere o seguinte sistema de equações lineares $X\theta=y$,


    \begin{displaymath}
\left[
\begin{array}{cccc}
1 & 1 & 0 & 0 \\
1 & 1 & 0 & 0 ...
... \\
4 \\
6 \\
7 \\
8 \\
9 \\
8 \\
10
\end{array}\right]
\end{displaymath}

    1. Obtenha $X'X\theta=X'y$ (Sistema de Equações Normais);
    2. Determine:
      1. $\theta_1^\circ=X^+y$;
      2. $\theta_2^\circ=(X'X)^+X'y$;
      3. $\theta_3^\circ=(X'X)^-X'y$;
      4. $\theta_4^\circ=X^ly$;
    3. Qual vetor solução $\theta_i^\circ$ que corresponde ao erro de menor norma?


next up previous
Next: Aula Prática 07 Up: CE-057: Introdução aos modelos Previous: Aula Prática 05
Paulo Justiniano Ribeiro Jr e Adilson dos Anjos