Linear algebra : Doing a proof with a square matrix

Click For Summary

Homework Help Overview

The discussion revolves around proving that any square matrix can be expressed as the sum of a symmetric matrix and an anti-symmetric matrix. Participants are exploring the properties of matrices, particularly focusing on the definitions and characteristics of symmetric and anti-symmetric matrices.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the equation proposed by the original poster and its implications. They explore the definitions of symmetric and anti-symmetric matrices and question how to demonstrate that the components derived from the original matrix satisfy these definitions.

Discussion Status

Some participants have provided guidance on how to approach the proof, suggesting that the original poster verify the properties of the derived matrices. There is an ongoing exploration of the definitions and the necessary steps to confirm the properties of the matrices involved.

Contextual Notes

Participants express uncertainty about the problem and its requirements, indicating a potential gap in prior knowledge regarding the theoretical aspects of matrix properties. There is a mention of differing educational backgrounds, which may influence the understanding of the problem.

Physicaa
Messages
53
Reaction score
1

Homework Statement


Show that all square matrix (A whatever) can be written as the sum of a symmetric matrix and a anti symmetric matrix.

Homework Equations



I think this relation might be relevant : $$
A=\frac{1}{2}*(A+A^{T})+\frac{1}{2}*(A-A^{T})
$$

The Attempt at a Solution



I know that we have the following theorems : A square matrix "A" is symmetric if and only if $$A^T=A$$

and

A square matrix "A" is anti symmetric if and only if $$A^T=-A$$

But besides that I'm not sure where to go... Any hints ?
 
Physics news on Phys.org
Physicaa said:

Homework Statement


Show that all square matrix (A whatever) can be written as the sum of a symmetric matrix and a anti symmetric matrix.

Homework Equations



I think this relation might be relevant : $$
A=\frac{1}{2}*(A+A^{T})+\frac{1}{2}*(A-A^{T})
$$

The Attempt at a Solution



I know that we have the following theorems : A square matrix "A" is symmetric if and only if $$A^T=A$$

and

A square matrix "A" is anti symmetric if and only if $$A^T=-A$$

But besides that I'm not sure where to go... Any hints ?

Why don't you check to see if your proposed equation does it?
 
LCKurtz said:
Why don't you check to see if your proposed equation does it?
Sorry I'm not following you. You mean I must reduce my equation ? We get for example :

$$2A=(A+A^T)+(A-A^T)$$
 
Physicaa said:
Sorry I'm not following you. You mean I must reduce my equation ? We get for example :

$$2A=(A+A^T)+(A-A^T)$$
That's not what LC said. Read it again, carefully. It contains already all that can be said.
 
fresh_42 said:
That's not what LC said. Read it again, carefully. It contains already all that can be said.
To be honest I'm not sure of understanding the problem. I think that I must get this as a result : $$A = A + A^T$$

Am I right or not ?
 
Write it ##A=B+C## and see if you already have ##B## and ##C## with the desired properties.
 
fresh_42 said:
Write it ##A=B+C## and see if you already have ##B## and ##C## with the desired properties.
Ok, so if I use my equation I set the following equations which : $$B = \frac{1}{2}*(A+A^{T})$$

and $$C=\frac{1}{2}*(A-A^{T})$$

Is this where you go ?
 
Yep, just collect it.
 
fresh_42 said:
Yep, just collect it.
Ok, sorry but I'm not understanding the problem at all right now. I'm not even sure what I'm supposed to get as a final result... It says that I must have a sum of a symmetric and anti symmetric matrix. So... how does what I just did helpt exactly ?
 
  • #10
Physicaa said:
Ok, sorry but I'm not understanding the problem at all right now. I'm not even sure what I'm supposed to get as a final result... It says that I must have a sum of a symmetric and anti symmetric matrix. So... how does what I just did helpt exactly ?
Is ##B## symmetric and ##C## anti-symmetric as defined above?
 
  • #11
fresh_42 said:
Is ##B## symmetric and ##C## anti-symmetric as defined above?
Ok I understand what you'Re saying. You'Re saying that B and C are respectively symmetric and anti symmetric. But how do I know that they are ? Must I prove that the sum in B is symmetric while the difference in C is anti symmetric ?
 
  • #12
Yes. Put a big bracket around them, right a big T on the right one above and resolve the brackets.
 
  • Like
Likes   Reactions: Physicaa
  • #13
fresh_42 said:
Yes. Put a big bracket around them, right a big T on the right one above and resolve the brackets.
You want this, for example :

$$B=\frac{1}{2}*(A+A^{T})$$

then

$$B^T=(\frac{1}{2}*(A+A^{T}))^T$$

and I do the same for C.
 
  • #14
Physicaa said:
You want this, for example :

$$B=\frac{1}{2}*(A+A^{T})$$

then

$$B^T=(\frac{1}{2}*(A+A^{T}))^T$$

and I do the same for C.
Yes, but what is ##B^T=(\frac{1}{2}*(A+A^{T}))^T##? It must equal ##B##. And the version with ##C^T## has to be ##-C##. Do you know why this is the case?
 
  • #15
fresh_42 said:
Yes, but what is ##B^T=(\frac{1}{2}*(A+A^{T}))^T##? It must equal ##B##. And the version with ##C^T## has to be ##-C##. Do you know why this is the case?
fresh_42 said:
Yes, but what is ##B^T=(\frac{1}{2}*(A+A^{T}))^T##? It must equal ##B##. And the version with ##C^T## has to be ##-C##. Do you know why this is the case?
I didn't get B though.

I got this : $$B^T=1/2*(A^T + A)$$That was my end result.
 
  • #16
Physicaa said:
I didn't get B though.

I got this : $$B^T=1/2*(A^T + A)$$That was my end result.
And if you put all together you have for ##A=B+C= 1/2(A+A^T)+1/2(A-A^T)## (in very detailed form):
## B^T=(1/2*(A + A^T))^T= 1/2*(A^T + (A^T)^T)=1/2*(A^T+A)=1/2*(A+A^T) = B##
and similar with ##C##.
 
  • #17
fresh_42 said:
And if you put all together you have for ##A=B+C= 1/2(A+A^T)+1/2(A-A^T)## (in very detailed form):
## B^T=(1/2*(A + A^T))^T= 1/2*(A^T + (A^T)^T)=1/2*(A^T+A)=1/2*(A+A^T) = B##
and similar with ##C##.
Ok yeah I ended up with $$C^T=-C$$
 
  • Like
Likes   Reactions: fresh_42
  • #18
fresh_42 said:
And if you put all together you have for ##A=B+C= 1/2(A+A^T)+1/2(A-A^T)## (in very detailed form):
## B^T=(1/2*(A + A^T))^T= 1/2*(A^T + (A^T)^T)=1/2*(A^T+A)=1/2*(A+A^T) = B##
and similar with ##C##.
Ok,

so i did the following $$A=1/2(A + A^T) + 1/2(A-A^T)$$

I applied the T on the whole of this...

I got $$A^T=1/2*(A+A^T) - 1/2 (A-A^T)$$
 
  • #19
Ok then, you're probably blocked. That happens from time to time. (I have asked one of the silliest questions at all myself a couple of hours ago.)

You have ##A= 1/2*(A+A^T) + 1/2*(A-A^T)##.
You need to show that ##A## is a sum of a symmetric and a anti-symmetric matrix.
You already have a sum (the plus sign in the middle).
All you need to show is that the first term is symmetric, i.e. ##[1/2*(A+A^T)]^T=1/2*(A+A^T)##.
We did this for ##B## which was only another name for ##1/2*(A+A^T)##.
And you need to show that the second term is anti-symmetric, i.e. ##[1/2*(A-A^T)]^T=1/2*(A^T-A)= - 1/2*(A-A^T)##
We did this for ##C## which was only another name for ##1/2*(A-A^T)##.

It's nothing left to do.

And if you still don't see what it is about, then let it rest for a day and have another look at it tomorrow.
 
  • #20
fresh_42 said:
Ok then, you're probably blocked. That happens from time to time. (I have asked one of the silliest questions at all myself a couple of hours ago.)

You have ##A= 1/2*(A+A^T) + 1/2*(A-A^T)##.
You need to show that ##A## is a sum of a symmetric and a anti-symmetric matrix.
You already have a sum (the plus sign in the middle).
All you need to show is that the first term is symmetric, i.e. ##[1/2*(A+A^T)]^T=1/2*(A+A^T)##.
We did this for ##B## which was only another name for ##1/2*(A+A^T)##.
And you need to show that the second term is anti-symmetric, i.e. ##[1/2*(A-A^T)]^T=1/2*(A^T-A)= - 1/2*(A-A^T)##
We did this for ##C## which was only another name for ##1/2*(A-A^T)##.

It's nothing left to do.

And if you still don't see what it is about, then let it rest for a day and have another look at it tomorrow.
I think I understood. Just another question for C. We know that C is anti symmetric because when we tranpose it we obtain $$C^T=-C$$ and we know there's a theorem which says if we obtian this then our square matrix is anti symmetric, right ?

After I've tranposed the B and C I know that my sum is a sum of symmetric and anti symmetric.
 
  • #21
Physicaa said:
I think I understood. Just another question for C. We know that C is anti symmetric because when we tranpose it we obtain $$C^T=-C$$ and we know there's a theorem which says if we obtian this then our square matrix is anti symmetric, right ?

After I've tranposed the B and C I know that my sum is a sum of symmetric and anti symmetric.
It's the definition of anti-symmetric matrices and not a theorem but yes, that's right.
 
  • #22
fresh_42 said:
It's the definition of anti-symmetric matrices and not a theorem but yes, that's right.
In my book it's written as a theorem. Anyway, thank you again. The reason why I blocked is because we never saw this,really. All we ever did was computational stuff with matrix and we suddenly got these to do. And I'm not in a math program or univeristy. What was this problem that you had btw ?
 
  • #23
I asked why we can't use the sun's gravity to travel to mercury.
The answer is: we are already in the system of the sun and all her gravity already affects us.
Falling into the sun could only happen if we were not moving with the earth. Jumping into an Earth orbit doesn't take away this motion.
 
  • Like
Likes   Reactions: Physicaa

Similar threads

Replies
9
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K