Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

(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 Vaia!

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 13 and 14, find the best approximation to\[{\bf{z}}\]by vectors of the form\[{c_1}{{\bf{v}}_1} + {c_2}{{\bf{v}}_2}\].

13.\[z = \left[ {\begin{aligned}3\\{ - 7}\\2\\3\end{aligned}} \right]\],\[{{\bf{v}}_1} = \left[ {\begin{aligned}2\\{ - 1}\\{ - 3}\\1\end{aligned}} \right]\],\[{{\bf{v}}_2} = \left[ {\begin{aligned}1\\1\\0\\{ - 1}\end{aligned}} \right]\]

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

17. a.If \(\left\{ {{{\bf{v}}_1},{{\bf{v}}_2},{{\bf{v}}_3}} \right\}\) is an orthogonal basis for\(W\), then multiplying

\({v_3}\)by a scalar \(c\) gives a new orthogonal basis \(\left\{ {{{\bf{v}}_1},{{\bf{v}}_2},c{{\bf{v}}_3}} \right\}\).

b. The Gram–Schmidt process produces from a linearly independent

set \(\left\{ {{{\bf{x}}_1}, \ldots ,{{\bf{x}}_p}} \right\}\)an orthogonal set \(\left\{ {{{\bf{v}}_1}, \ldots ,{{\bf{v}}_p}} \right\}\) with the property that for each \(k\), the vectors \({{\bf{v}}_1}, \ldots ,{{\bf{v}}_k}\) span the same subspace as that spanned by \({{\bf{x}}_1}, \ldots ,{{\bf{x}}_k}\).

c. If \(A = QR\), where \(Q\) has orthonormal columns, then \(R = {Q^T}A\).

Let \({\mathbb{R}^{\bf{2}}}\) have the inner product of Example 1. Show that the Cauchy-Schwarz inequality holds for \({\bf{x}} = \left( {{\bf{3}}, - {\bf{2}}} \right)\) and \({\bf{y}} = \left( { - {\bf{2}},{\bf{1}}} \right)\). (Suggestion: Study \({\left| {\left\langle {{\bf{x}},{\bf{y}}} \right\rangle } \right|^{\bf{2}}}\).)

In Exercises 9-12, find a unit vector in the direction of the given vector.

11. \(\left( {\begin{aligned}{*{20}{c}}{\frac{7}{4}}\\{\frac{1}{2}}\\1\end{aligned}} \right)\)

Suppose \(A = QR\) is a \(QR\) factorization of an \(m \times n\) matrix

A (with linearly independent columns). Partition \(A\) as \(\left[ {\begin{aligned}{{}{}}{{A_1}}&{{A_2}}\end{aligned}} \right]\), where \({A_1}\) has \(p\) columns. Show how to obtain a \(QR\) factorization of \({A_1}\), and explain why your factorization has the appropriate properties.

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.

Sign-up for free