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

When a deep space probe launched, corrections may be necessary to place the probe on a precisely calculated trajectory. Radio elementary provides a stream of vectors, \({{\bf{x}}_{\bf{1}}},....,{{\bf{x}}_k}\), giving information at different times about how the probe’s position compares with its planned trajectory. Let \({X_k}\) be the matrix \(\left[ {{x_{\bf{1}}}.....{x_k}} \right]\). The matrix \({G_k} = {X_k}X_k^T\) is computed as the radar data are analyzed. When \({x_{k + {\bf{1}}}}\) arrives, a new \({G_{k + {\bf{1}}}}\) must be computed. Since the data vector arrive at high speed, the computational burden could be serve. But partitioned matrix multiplication helps tremendously. Compute the column-row expansions of \({G_k}\) and \({G_{k + {\bf{1}}}}\) and describe what must be computed in order to update \({G_k}\) to \({G_{k + {\bf{1}}}}\).

Short Answer

Expert verified

To achieve \({G_{k + 1}}\) from \({G_k}\), add the expression \[{\rm{Co}}{{\rm{l}}_{k + 1}}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_{k + 1}}\left( {X_{k + 1}^T} \right)\] to \({G_k}\).

Step by step solution

01

Solve \({G_k}\) using column-row expansion

Column-row expansion of \({G_k}\) is:

\(\begin{array}{c}{G_k} = {X_k}X_k^T\\ = {\rm{co}}{{\rm{l}}_1}\left( {{X_k}} \right){\rm{ro}}{{\rm{w}}_1}\left( {X_k^T} \right) + .... + {\rm{co}}{{\rm{l}}_k}\left( {{X_k}} \right){\rm{ro}}{{\rm{w}}_k}\left( {X_k^T} \right)\end{array}\)

02

Solve \({G_{k + {\bf{1}}}}\) using column-row expansion

Column-rowexpansion of \({G_{k + 1}}\) is:

\[\begin{array}{c}{G_{k + 1}} = {X_{k + 1}}X_{k + 1}^T\\ = {\rm{Co}}{{\rm{l}}_1}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_1}\left( {X_{k + 1}^T} \right) + .... + {\rm{Co}}{{\rm{l}}_k}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_k}\left( {X_{k + 1}^T} \right) + {\rm{Co}}{{\rm{l}}_{k + 1}}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_{k + 1}}\left( {X_{k + 1}^T} \right)\\ = {G_k} + {\rm{Co}}{{\rm{l}}_{k + 1}}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_{k + 1}}\left( {X_{k + 1}^T} \right)\end{array}\]

The first \(k\) columns of \({X_{k + 1}}\) are identical to the first \(k\) columns of \({X_k}\). So, to achieve \({G_{k + 1}}\) from \({G_k}\), add the expression \[{\rm{Co}}{{\rm{l}}_{k + 1}}\left( {{X_{k + 1}}} \right){\rm{ro}}{{\rm{w}}_{k + 1}}\left( {X_{k + 1}^T} \right)\] to \({G_k}\).

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 33 and 34, Tis a linear transformation from \({\mathbb{R}^2}\) into \({\mathbb{R}^2}\). Show that T is invertible and find a formula for \({T^{ - 1}}\).

33. \(T\left( {{x_1},{x_2}} \right) = \left( { - 5{x_1} + 9{x_2},4{x_1} - 7{x_2}} \right)\)

In Exercises 1–9, assume that the matrices are partitioned conformably for block multiplication. Compute the products shown in Exercises 1–4.

1. \(\left[ {\begin{array}{*{20}{c}}I&{\bf{0}}\\E&I\end{array}} \right]\left[ {\begin{array}{*{20}{c}}A&B\\C&D\end{array}} \right]\)

Let T be a linear transformation that maps \({\mathbb{R}^n}\) onto \({\mathbb{R}^n}\). Is \({T^{ - 1}}\) also one-to-one?

Suppose A, B, and Care \(n \times n\) matrices with A, X, and \(A - AX\) invertible, and suppose

\({\left( {A - AX} \right)^{ - 1}} = {X^{ - 1}}B\) …(3)

  1. Explain why B is invertible.
  2. Solve (3) for X. If you need to invert a matrix, explain why that matrix is invertible.

A useful way to test new ideas in matrix algebra, or to make conjectures, is to make calculations with matrices selected at random. Checking a property for a few matrices does not prove that the property holds in general, but it makes the property more believable. Also, if the property is actually false, you may discover this when you make a few calculations.

36. Write the command(s) that will create a \(6 \times 4\) matrix with random entries. In what range of numbers do the entries lie? Tell how to create a \(3 \times 3\) matrix with random integer entries between \( - {\bf{9}}\) and 9. (Hint:If xis a random number such that 0 < x < 1, then \( - 9.5 < 19\left( {x - .5} \right) < 9.5\).

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