[SOLVED] 18.06 -PS4

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Exercises on factorization into A = LU

Problem 4.1: What matrix E puts A into triangular form EA = U? Multiply by E1 = L to factor A into LU.

 

A

Problem 4.2: (2.6 #13. Introduction to Linear Algebra: Strang) Compute L

and U for the symmetric matrix
 

a

A = ⎢  aa

a

a b b b a b c c a  ⎤ b 

c  ⎥ . d

Find four conditions on a, b, c, d to get A = LU with four pivots.

 

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.