Diagonalize Matrix: Worked Example & Explanation

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around the diagonalization of a matrix, specifically addressing the relationship between the matrices involved in LU decomposition and the diagonal matrix derived from it. Participants are examining the properties of the lower triangular matrix L and its role in the context of the problem presented.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants are questioning the derivation of the lower triangular matrix L and its relation to the LU decomposition of the matrix A. There is confusion regarding the entries of the diagonal matrix D and its connection to eigenvalues. Some participants are exploring the concept of LDU decomposition and its implications.

Discussion Status

The discussion is active, with participants sharing their interpretations and questioning the assumptions made in the original example. Some guidance has been offered regarding the potential relevance of LDU decomposition, but no consensus has been reached on the correct interpretation of the matrices involved.

Contextual Notes

There is a noted discrepancy in the values of the lower triangular matrix L as derived by different participants, indicating a possible misunderstanding of the decomposition process. The original problem's context includes a worked example that may not align with standard LU decomposition expectations.

roam
Messages
1,265
Reaction score
12

Homework Statement


This is a worked example:

[PLAIN]http://img24.imageshack.us/img24/7783/44818829.gif

The Attempt at a Solution



So, in the answer I don't understand how they obtained

[tex]L= \begin{pmatrix}1 & 0 & 0 \\ 3 & 1 & 0 \\ 1 & -1 & 1 \end{pmatrix}[/tex]

I don't think this "L" here is the lower triangular matrix used in the LU factorization of A. Because I followed the LU decomposition algorithm and ended up with

[tex]L= \begin{pmatrix}1 & 0 & 0 \\ 3 & 8 & 0 \\ 1 & 4 & 5 \end{pmatrix}[/tex]

So where did they get that matrix from? Any explanation is very much appreciated.
 
Last edited by a moderator:
Physics news on Phys.org


You are mistaken, L is, in fact, the "L" in LU= A.
 


roam,
I don't follow this example, either. When a problem asks to diagonalize a matrix, I reflexively think of eigenvalues and eigenvectors. In this problem the entries on the main diagonal of D aren't the eigenvalues of A (which happen to be about 11.6, 2.5, and -.17).

The only thing I understand about this problem is that they have row-reduced A to an upper triangular matrix U, where
[tex]U= \begin{pmatrix}1 & 3 & 1 \\ 0 & 1 & -1 \\ 0 & 0 & 1 \end{pmatrix}[/tex]

Assuming that A = LU, and noticing that U is invertible, you can solve this equation for L, with L = AU-1.
Doing this, I get
[tex]L= \begin{pmatrix}1 & 0 & 0 \\ 3 & -1 & 0 \\ 1 & 1 & 5 \end{pmatrix}[/tex]

I don't know how they got the diagonal matrix unless there's some technique for factoring a lower triangular matrix (L here) into another lower triangular matrix and a diagonal matrix that I don't know about. It is probably significant that their lower triangular matrix has 1's on the main diagonal.
 


It seems that this is an example of LDU decomposition. There's some stuff about it in the following lecture from MIT's Open CourseWare, including an example and an algorithm that might help you:

http://ocw.mit.edu/NR/rdonlyres/Mathematics/18-335JFall-2004/BA2C6B59-4639-4FC4-ACEF-B0362FB16CC3/0/lecture11.pdf
 
Last edited by a moderator:

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K