Finding Symmetric and Skew-Symmetric Matrixes B and C for A=B+C

  • Thread starter Thread starter ashina14
  • Start date Start date
AI Thread Summary
To find symmetric matrix B and skew-symmetric matrix C such that A = B + C for the given matrix A = [[3, 6], [-2, 1]], one can use the properties of matrix transposition. The equations A = B + C and A = B^T - C^T can be utilized to derive B and C. By expressing B in terms of A and C, and applying the properties of symmetric and skew-symmetric matrices, one can derive the necessary matrices. Specifically, A + A^T yields a symmetric matrix, while A - A^T results in a skew-symmetric matrix. This approach effectively combines the properties of the matrices to achieve the desired result.
ashina14
Messages
32
Reaction score
0

Homework Statement




A matrix B is symmetric if B=transpose B.

A matrix C is skew-symmetric if C=−transpose C.

Let A be the matrix given by

A=[[3,6],[-2,1]]

Determine any symmetric matrix B and any skew-symmetric C such that A=B+C

Homework Equations



All given above. Don't know if I need any more.

3. My attempt and issue

I think two equations can be made A =B+C and A = BT - CT
Don't know how to solve them
 
Physics news on Phys.org
It's been awhile since I've done matrices, but I'll give it a shot. I believe your two equations are correct, you just need to solve for B and C.

Here is what I would do: Solve for either B or C in the first equation ( A = B + C ), plug it into the second equation and use this property: (A+B)^{T}=A^{T}+B^{T}. See if that gets you anywhere!
 
A+A^T is symmetric, and A-A^T is antisymmetic, yes? Tell me why? Can you think of some way to combine them to get A?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top