What are the matrices B, C, D?

  • Thread starter squenshl
  • Start date
  • Tags
    Matrices
In summary, the conversation discusses the topics of Cholesky factorization, block matrix multiplication, and square roots of positive semidefinite matrices. The main goal is to show that a quadratic term can be written in the form of x1TBx1 + 2x1TCx2 + x2TDx2, where B, C, and D are determined by appropriate partitioning and multiplication of a positive definite symmetric matrix A. It is suggested to look into Cholesky factorization and the square root of positive semidefinite matrices for further understanding.
  • #1
squenshl
479
4

Homework Statement


Let x = (x1,x2) [itex]\in[/itex] Rn, x1 [itex]\in[/itex] Rn1, x2 [itex]\in[/itex] Rn2, n1 + n2 = n and A [itex]\in[/itex] Rnxn be symmetric and positive definite.
a) Let x0 [itex]\in[/itex] Rn. Show that we can write (x-x0)TA(x-x0) = ||L(x-x0||22. Is L unique?
b) Consider the quadratic term b = xTAx. Show that we can write b = x1TBx1 + 2x1TCx2 + x2T
Dx2, and what are the matrices B, C, D?

Homework Equations





The Attempt at a Solution


a) Is it using the definition of symmetric & positive defintie matrices.
b) Isn;t that just a quadratic form?
 
Physics news on Phys.org
  • #2


For (a), perhaps you should look into the square root of a matrix and under what conditions it is unique.

For (b), you can solve this by partitioning A into appropriately sized blocks and carrying out block multiplication. And remember that A is symmetric! You'll need that fact to finish the last step.
 
  • #3


squenshl said:

Homework Statement


Let x = (x1,x2) [itex]\in[/itex] Rn, x1 [itex]\in[/itex] Rn1, x2 [itex]\in[/itex] Rn2, n1 + n2 = n and A [itex]\in[/itex] Rnxn be symmetric and positive definite.
a) Let x0 [itex]\in[/itex] Rn. Show that we can write (x-x0)TA(x-x0) = ||L(x-x0||22. Is L unique?
b) Consider the quadratic term b = xTAx. Show that we can write b = x1TBx1 + 2x1TCx2 + x2T
Dx2, and what are the matrices B, C, D?

Homework Equations





The Attempt at a Solution


a) Is it using the definition of symmetric & positive defintie matrices.
b) Isn;t that just a quadratic form?

Hint for (a): Look at *Cholesky Factorization* (Google search).

RGV
 
  • #4


Never done Cholesky factorization before in my life.
 
  • #5


Do you mean the square root of positive definite symmetric matrix?
Not sure what you mean for b)?
 
  • #6


So what? I gave a suggestion and it is up to you to take the advice or not.

RGV
 
  • #7


A little stuck on b), what do you partitioning A into appropriately sized blocks and carry out block multiplication.
 
  • #8


You can split matrices into blocks (they must be the appropriate sizes so that the multiplication is defined) and multiply them. It's quite helpful in some proofs and helps with notational issues.

Look http://en.wikipedia.org/wiki/Block_matrix#Block_matrix_multiplication".

And yes, look into the square root of a positive semidefinite matrix. BTW, it's related to the factorization that Ray Vickson mentioned. Depending on where you read up on this, you might see that factorization and square roots mentioned in the same chapter/article/section, etc.
 
Last edited by a moderator:
  • #9


b = xTAx = (x1 x2)TA(x1 x2)
where A has entries B = a11 C = a12 = a21 (symmetric matrix) and D = a22
b = x1TBx1 + x1TCx2 + x2TCx1 + x2TDx2
= x1TBx1 + 2x1TCx2 + x2TDx2

But how do we define B, C, D?
Is it just similar to the wiki page?
 
Last edited:
  • #10


Any ideas?
 

Related to What are the matrices B, C, D?

1. What are matrices B, C, and D?

Matrices B, C, and D are mathematical structures that consist of rows and columns of numbers. They are used to represent data and perform mathematical operations, such as addition, subtraction, and multiplication.

2. How are matrices B, C, and D different from each other?

Matrices B, C, and D may have different dimensions, meaning they have different numbers of rows and columns. They can also contain different values in each cell, making them unique from one another.

3. What are the applications of matrices B, C, and D in science?

Matrices B, C, and D have many applications in science, including data analysis, computer graphics, electrical engineering, and physics. They are used to solve systems of equations, model complex systems, and analyze patterns and trends in data.

4. How are matrices B, C, and D related to each other?

Matrices B, C, and D may be related to each other through mathematical operations such as addition, subtraction, and multiplication. They can also be transformed into each other through operations such as transposition or inversion.

5. Can matrices B, C, and D represent real-world objects?

Yes, matrices B, C, and D can represent real-world objects such as geometric shapes, chemical compounds, and electrical circuits. They can also be used to model and analyze real-world systems and phenomena.

Similar threads

  • Calculus and Beyond Homework Help
Replies
16
Views
2K
  • Math POTW for Graduate Students
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
2
Replies
36
Views
3K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Replies
11
Views
2K
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
1K
Replies
3
Views
3K
Back
Top