Pro G.
asked 02/15/24Linear Algebra & Linear Systems & Symmetric Matrices
Let A = [1 -1 0 0 1 1 1 0 -1] 3x3 matrix. Find all symmetric matrices B such that AB is a symmetric matrix. How do I do this question I know B is same as it’s transpose
1 Expert Answer

Mike M. answered 02/21/24
PhD Tutor in Mathematics
I assume here that A is the following 3 x 3 matrix:
1 -1 0
A = 0 1 1
1 0 -1
The fact that B is symmetric means that it is of the following form:
x1 x4 x5
B = x4 x2 x6
x5 x6 x3
Here, I used x1, x2, and x3 to denote the diagonal elements of B, and I used x4, x5, and x6 to denote the upper (and lower) triangular elements of B (which are equal because B is symmetric).
We want to solve the system of equations:
(A·B)T = A·B.
You want to write this matrix equation out in terms of x1, ···, x6 and equate upper triangular elements with the corresponding lower triangular elements. You will get three equations in six unknowns. (Just the upper triangular or lower triangular elements matter. The diagonal elements of a matrix are always equal to the diagonal elements of its transpose, so you don't get any conditions on the variables. You will get equations like x1 - x4 = x1 - x4, etc., which reduce to 0 = 0).
You can solve the super-diagonal elements of B in terms of the diagonal elements to get the following linear systems of equations.
x4 = -2 x1 - 4 x2 + x3
x5 = -x2 + x3
x6 = -x1 - 2 x2
We see that any choice of x1, x2, and x3 will lead to a solution to this problem, so the solution set is a three-dimensional vector subspace of the space of 3 x 3 symmetric matrices parametrized by x1, x2, and x3.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Pro G.
I got it thanks.03/18/24