/*! 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} Q 90E Question 90: Consider the matrix... [FREE SOLUTION] | 91影视

91影视

Question 90: Consider the matrix

A=[123267224].

  1. Find lower triangular elementary matrices E1, E2,...Em such that the product Em...E2E1A is an upper triangular matrix U. Hint: Use elementary row operations to eliminate the entries below the diagonal of A.
  2. Find lower triangular elementary matrices M1,M2, ...., Mm and an upper triangular matrix U such that A= M1M2...MmU.
  3. Find a lower triangular matrix L and an upper triangular matrix U such that A = LU. Such a representation of an invertible matrix is called an LU-factorization. The method outlined in this exercise to find an LU-factorization can be streamlined somewhat, but we have seen the major ideas. An LU-factorization (as introduced here) does not always exist. See Exercise 92.
  4. Find a lower triangular matrix L with 1鈥檚 on the diagonal, an upper triangular matrix with 1鈥檚 on the diagonal, and a diagonal matrix D such that A = LDU. Such a representation of an invertible matrix is called an LDU-factorization.

Short Answer

Expert verified
  1. E1=100210001,E2=100010201,E3=100010011
  2. M1=E11=100210001,M2=E21=100010201,andM3=E31=100010011
  3. L=100210211,andU=123021001
  4. L=100210211,D=100020001andU=1230112001a

Step by step solution

01

Given that

Given a matrix

A=123267224

02

Find lower triangular elementary matrices such that Em...E2E1A=U

To find elementary matrices, reduce the matrix by applying row operations.

A=123267224

Firstly, Apply operation on I3:

Subtract 2 times the first row, from the second row.

E1=100210001

Thus,

E1A=100210001123267224=123021224

Now, subtract 2 times the first row from third row.

So E2=100010201

Then

E2E1A=100010201123021224=123021022

Now, add second row to third row.

So

E3=100010011

Then

E3E2E1A=100010011123021022=123021001

Which forms an upper triangular matrix.

Hence, E3E2E1A=U

Therefore, the lower triangular matrices are:

E1=100210001,E2=100010201,E3=100010011

03

Find lower triangular matrices such that A=M1M2...MmU

Part (a) givesE3E2E1A=U

Using inverse laws,

A=E11E21E31U

So M1M2M3=E11E21E31

Since,E1=100210001impliesE11=100210001andE2=100010201impliesE21=100010201andE3=100010011impliesE31=100010011Now,E11E21E31=100210001100010201100010011=100210211Now,E11E21E31U=100210211123021001=123267224=AHenceE11E21E31U=A

Thus,M1=E11=100210001,M2=E21=100010201,andM3=E31=100010011

04

Find a lower triangular matrix L and upper triangular matrix U such that  A = LU

To find A = LU use, first and second part

A=E11E21E31E3E2E1A

From part(a), E3E2E1A=U

SoU=123021001Andfrompart(b)L=E11E21E31SoL=100210211Thus,A=123267224=100210211123021001

05

Find a lower triangular matrix L and upper triangular matrix U and diagonal matrix U such that  A = LDU

To find L, U and D, such that A = LDU

Let,

123267224=100l1110l31l321d11000d22000d331u12u1301u23001123267224=d1100d11l21d220d11l31d22l32d33d11000d22000d33123267224=d11d11u12d11u13d11l21d22+d11l21u12d11l21u13+d22u23d11l31d22l32+d11l31u12d33+d11l31u13+d22+l32u23


Equating the corresponding elements of matrics:

d11=1d11u12=2d11u13=3d11l21=2d22+d11l21u12=6d11l21u13+d22u23=7d11l31=2d22l32+d11+l31u12=2d33+d11l31u13+d22l32u23=4

Solving these equations:

d11=1d11u12=2impliesu12=2d11u13=3impliesu13=3d11I21=2impliesI21=2d22+d11l21u12=6d22+122=6impliesd22=2d11l21u13+d22u23=7123+2u23=7impliesu23=12Proceedinglikethis,I32=-1I31=2andd33=-1

Therefore, the matrices are

L=100210211,D=100020001andU=1230112001a



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

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.