Solve for a matrix part of a matrix product

In summary, I have an equation that represents some measurement setup I have at the uni. lab., and the matrices are given as \mathbf{A}=\begin{bmatrix}a1 & a2\\a2 & a1\end{bmatrix}\,\mathbf{W}_1=\begin{bmatrix}w_{11} & w_{12}\\w_{21} & w_{22}\end{bmatrix}\,\mathbf{T}=\begin{bmatrix}t_1 & t_2\\t_2 & t_1\end{bmatrix}\,\mathbf{W}_2=\
  • #1
prhzn
9
0
I have the equation

[tex]\mathbf{A}=\mathbf{W}_1\mathbf{T}\mathbf{W}_2[/tex] that represent some measurement setup I have at the uni. lab. The matrices are given as

[tex]\mathbf{A}= \begin{bmatrix}a1 & a2\\a2 & a1\end{bmatrix}\,\mathbf{W}_1=\begin{bmatrix}w_{11} & w_{12}\\w_{21} & w_{22}\end{bmatrix}\,\mathbf{T}=\begin{bmatrix}t_1 & t_2 \\ t_2 & t_1\end{bmatrix}\,\mathbf{W}_2=\begin{bmatrix}w_{22} & w_{21}\\ w_{12} & w_{11}\end{bmatrix}[/tex]

The thing is that I can measure the data representing A and T, however, measuring W by itself is tricky, so re-arranging the setup to match the equation above is the easiest way, practically speaking. But it is W that represents the data that I want, so I must isolate it in some way. From the above equation I can't come up with any straight forward way; I've tried literally all tricks I learned in when I had linear algebra a few years back, but no can't do. I know that, most likely, there are some tricks that I've forgotten, so maybe someone in here can lead me in the right direction?

Listing up my different attempts would take too much time for writing the TeX code, but in short I can say that I always end up with a "solution" where I have unknown matrices on both sides of a known matrix, with other words back to start, but with an uglier expression.

Any help is appreciated!
 
Physics news on Phys.org
  • #2
i'm not sure i understand the problem right, but does it help to notice you can write
[tex]
\mathbf{W}_2
= \begin{bmatrix}0& 1\\1 & 0\end{bmatrix}
\begin{bmatrix}w_{11 } & w_{12}\\w_{21} & w_{22}\end{bmatrix}
\begin{bmatrix}0& 1\\1 & 0\end{bmatrix}
=
\mathbf{P}\mathbf{W}_1\mathbf{P}

[/tex]

with
[tex]
\mathbf{P}= \begin{bmatrix}0& 1\\1 & 0\end{bmatrix}
[/tex]

then at least your problem is now maybe a little clearer
[tex]\mathbf{A}=\mathbf{W}\mathbf{T}\mathbf{P}\mathbf{W}\mathbf{P}[/tex]

and as P is its own inverse you get to
[tex]\mathbf{P}\mathbf{A}=\mathbf{W}\mathbf{T}\mathbf{P}\mathbf{W}[/tex]
 
  • #3
I see that my formulation became a bit unclear. Your alternative representation is indeed better - didn't think of that.

However, even from [tex]\mathbf{P}\mathbf{A}=\mathbf{W}\mathbf{T}\mathbf{P}\mathbf{W}[/tex] I will still end up with expressions that are quite similar to the original expression. I.e. unknown * known * unknown = known, or unknown*known = known*unknown, so no matter what I do (of the tricks that I know about), I can't isolate the unknown. However, even a solution like [tex]\mathbf{W}^T\mathbf{W}=\mathbf{X}[/tex] where [tex]\mathbf{X}[/tex] is some other matrix product would do (or something similar - as long as there's only [tex]\mathbf{W}[/tex]s in the expression at one side of the equality sign), as I always can make assumptions on the data and then see if they hold.

Anyways, thanks for the help making the problem clearer. Think I just have to chew a bit more on this one.
 
  • #4
yeah i think i understand your problem a bit better, the only thing i could think of is maybe to reformulate the problem, instead consider the vector
[tex]\mathbf{w}=\begin{bmatrix}w_1 \\ w_{2}\\ w_{3} \\ w_{4}\end{bmatrix}[/tex]

then see if you can re-write the equation to be something more like a quadratic form
[tex]a = \mathbf{w}^T \mathbf{T}' \mathbf{w}[/tex]
where T' is now a 4x4 matrix

from there you can try and digonalise T and maybe solve...
 
  • #5
Hm, I'm not sure if I get this 100%. How should I express/extend the [tex]\mathbf{T}'[/tex] matrix before trying to diagonalize it?

I also see know that I should have posted this in the Linear & Abstract algebra forum instead, as this isn't a homework/text-book question ;)
 
Last edited:

1. What is a matrix product?

A matrix product is a mathematical operation that involves multiplying two matrices together. This results in a new matrix with elements that are calculated based on the elements of the original matrices.

2. How do I solve for a matrix part of a matrix product?

To solve for a matrix part of a matrix product, you will need to use the properties of matrix multiplication, including the distributive and associative properties. You will also need to understand the dimensions and order of the matrices involved.

3. What are the key steps in solving for a matrix part of a matrix product?

The key steps in solving for a matrix part of a matrix product are to first identify the matrices involved and their dimensions. Then, you will need to use the properties of matrix multiplication to expand the product and solve for the desired matrix part.

4. Can I use a calculator to solve for a matrix part of a matrix product?

Yes, you can use a calculator to solve for a matrix part of a matrix product. However, it is important to understand the steps and properties involved in order to correctly input the matrices into the calculator and interpret the results.

5. Why is solving for a matrix part of a matrix product important?

Solving for a matrix part of a matrix product is important because it allows us to perform complex calculations and transformations in various fields such as mathematics, engineering, and computer science. It also has practical applications in areas such as data analysis and image processing.

Similar threads

  • Differential Equations
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
981
  • Linear and Abstract Algebra
Replies
10
Views
127
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
886
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
19
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
876
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
12
Views
2K
Back
Top