/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q34E (M) Let \(A = \left( {\begin{ali... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

(M) Let \(A = \left( {\begin{aligned}{*{20}{r}}{ - 6}&3&{ - 27}&{ - 33}&{ - 13}\\6&{ - 5}&{25}&{28}&{14}\\8&{ - 6}&{34}&{38}&{18}\\{12}&{ - 10}&{50}&{41}&{23}\\{14}&{ - 21}&{49}&{29}&{33}\end{aligned}} \right)\). Construct

a matrix \(N\) whose columns form a basis for \({\rm{Nul}}A\), and

construct a matrix \(R\) whose rows form a basis for \({\rm{Row}}A\) (see

Section 4.6 for details). Perform a matrix computation with

\(N\)and \(R\) that illustrates a fact from Theorem 3.

Short Answer

Expert verified

The matrices are \(N = \left( {\begin{aligned}{*{20}{r}}{ - 5}&{0.33}\\{ - 1}&{1.33}\\1&0\\0&{ - 0.33}\\1&1\end{aligned}} \right),R = \left( {\begin{aligned}{*{20}{r}}1&0&5&0&{\frac{{ - 1}}{3}}\\0&1&0&1&{\frac{{ - 4}}{3}}\\0&0&0&1&{\frac{1}{3}}\end{aligned}} \right)\), and the required product is \(R \cdot N = \left( {\begin{aligned}{*{20}{r}}0&0\\0&0\\0&0\\0&0\\0&0\end{aligned}} \right)\) which shows that \(R\) is orthogonal to \(N\).

Step by step solution

01

Basis of a vector space

A linearly independent set that spans the whole space is called the basis of a space. There is more than one basis for a vector space.

02

Construction of the matrices \(R\)and \(N\)

Given that

\(A = \left( {\begin{aligned}{*{20}{r}}{ - 6}&3&{ - 27}&{ - 33}&{ - 13}\\6&{ - 5}&{25}&{28}&{14}\\8&{ - 6}&{34}&{38}&{18}\\{12}&{ - 10}&{50}&{41}&{23}\\{14}&{ - 21}&{49}&{29}&{33}\end{aligned}} \right)\)

Hence, by using MATLAB, construct the required matrix.

Enter the matrix

>> A=(-6 3 -27 -33 -13;6 -5 25 28 14; 8 -6 34 38 18 ; 12 -10 50 41 23 ; 14 -21 49 29 33);

Function to compute the Null basis:

(function N = nulbasis (A)

(R, pivcol) = rref(A, sqrt(eps));

(m, n) = size (A) ;

r = length(pivcol); freecol = l:n;

freecol(pivcol) = ();

N = zeros(n, n-r);

N (freecol, : ) = eye(n-r); N(pivcol, : ) = -R(l:r, freecol);

Compute the Null basis:

>> N = nulbasis(A)

We find that:

\(N = \left( {\begin{aligned}{*{20}{r}}{ - 5}&{0.33}\\{ - 1}&{1.33}\\1&0\\0&{ - 0.33}\\1&1\end{aligned}} \right)\)

Determine the row-reduce echelon form of the given matrix to find \(R\).

>> rref(A)

\(\left( {\begin{aligned}{*{20}{r}}1&0&5&0&{ - 0.33}\\0&1&1&0&{ - 1.33}\\0&0&0&1&{0.33}\\0&0&0&0&0\\0&0&0&0&0\end{aligned}} \right)\)

Thus,

\(R = \left( {\begin{aligned}{*{20}{r}}1&0&5&0&{\frac{{ - 1}}{3}}\\0&1&0&1&{\frac{{ - 4}}{3}}\\0&0&0&1&{\frac{1}{3}}\end{aligned}} \right)\)

Compute the Product R and N:

>> R*N

Thus,

\(R \cdot N = \left( {\begin{aligned}{*{20}{r}}0&0\\0&0\\0&0\\0&0\\0&0\end{aligned}} \right)\)

Hence, \(R\) is orthogonal to \(N\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In Exercises 17 and 18, all vectors and subspaces are in \({\mathbb{R}^n}\). Mark each statement True or False. Justify each answer.

a. If \(W = {\rm{span}}\left\{ {{x_1},{x_2},{x_3}} \right\}\) with \({x_1},{x_2},{x_3}\) linearly independent,

and if \(\left\{ {{v_1},{v_2},{v_3}} \right\}\) is an orthogonal set in \(W\) , then \(\left\{ {{v_1},{v_2},{v_3}} \right\}\) is a basis for \(W\) .

b. If \(x\) is not in a subspace \(W\) , then \(x - {\rm{pro}}{{\rm{j}}_W}x\) is not zero.

c. In a \(QR\) factorization, say \(A = QR\) (when \(A\) has linearly

independent columns), the columns of \(Q\) form an

orthonormal basis for the column space of \(A\).

Find an orthogonal basis for the column space of each matrix in Exercises 9-12.

12. \(\left( {\begin{aligned}{{}{}}1&3&5\\{ - 1}&{ - 3}&1\\0&2&3\\1&5&2\\1&5&8\end{aligned}} \right)\)

In Exercises 7–10, let\[W\]be the subspace spanned by the\[{\bf{u}}\]’s, and write y as the sum of a vector in\[W\]and a vector orthogonal to\[W\].

8.\[y = \left[ {\begin{aligned}{ - 1}\\4\\3\end{aligned}} \right]\],\[{{\bf{u}}_1} = \left[ {\begin{aligned}1\\1\\{\bf{1}}\end{aligned}} \right]\],\[{{\bf{u}}_2} = \left[ {\begin{aligned}{ - 1}\\3\\{ - 2}\end{aligned}} \right]\]

[M] Let \({f_{\bf{4}}}\) and \({f_{\bf{5}}}\) be the fourth-order and fifth order Fourier approximations in \(C\left[ {{\bf{0}},{\bf{2}}\pi } \right]\) to the square wave function in Exercise 10. Produce separate graphs of \({f_{\bf{4}}}\) and \({f_{\bf{5}}}\) on the interval \(\left[ {{\bf{0}},{\bf{2}}\pi } \right]\), and produce graph of \({f_{\bf{5}}}\) on \(\left[ { - {\bf{2}}\pi ,{\bf{2}}\pi } \right]\).

Given data for a least-squares problem, \(\left( {{x_1},{y_1}} \right), \ldots ,\left( {{x_n},{y_n}} \right)\), the following abbreviations are helpful:

\(\begin{aligned}{l}\sum x = \sum\nolimits_{i = 1}^n {{x_i}} ,{\rm{ }}\sum {{x^2}} = \sum\nolimits_{i = 1}^n {x_i^2} ,\\\sum y = \sum\nolimits_{i = 1}^n {{y_i}} ,{\rm{ }}\sum {xy} = \sum\nolimits_{i = 1}^n {{x_i}{y_i}} \end{aligned}\)

The normal equations for a least-squares line \(y = {\hat \beta _0} + {\hat \beta _1}x\) may be written in the form

\(\begin{aligned}{c}{{\hat \beta }_0} + {{\hat \beta }_1}\sum x = \sum y \\{{\hat \beta }_0}\sum x + {{\hat \beta }_1}\sum {{x^2}} = \sum {xy} {\rm{ (7)}}\end{aligned}\)

Derive the normal equations (7) from the matrix form given in this section.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.