Matrix Addition and Transposition: How to Solve for Equal Variables

In summary, the Attempt at a Solution states that the matrix listed above in the answer is supposed to add up to -1, but it does not seem to be clear what that means.
  • #1
g.lemaitre
267
2

Homework Statement



Screenshot2012-07-19at122059AM.png


Screenshot2012-07-19at122110AM.png


here is the answer:

Screenshot2012-07-19at122124AM.png



The Attempt at a Solution



I can't figure out how the matrix listed above in the answer is supposed to add up to -1. that's the only way that a and b can equal each other, that is, if they both add up to -1.
 
Physics news on Phys.org
  • #2
how the matrix listed above in the answer is supposed to add up to -1

What precisely do you mean by this? What matrices add up to (summing the elements?) is not something I would think of as a meaningful quantity.

Are you disputing that [itex]u_1 \cdot v_1 = -1[/itex]? That seems to be true. [itex]2 - 1 - 2 = -1[/itex], after all. When you transpose [itex]u_1[/itex] and multiply it by [itex]v_1[/itex] on the right, you get the same answer. Some people probably take this method of transposing and multiplying as a definition of the inner product of vectors precisely because it sums and multiplies corresponding elements in this manner.

Finally, the matrix might be referred to as the outer product of the vectors. Notice that the diagonal elements consist of the same terms you get when you compute the dot product, and they too sum to [itex]-1[/itex].
 
  • #3
Muphrid said:
When you transpose [itex]u_1[/itex] and multiply it by [itex]v_1[/itex] on the right, you get the same answer.


I thought you get

[2 1 -1]
[-2 -1 1]
[4 2 -2]

Even if you don't, then the book has that listed as an answer. what does it refer to?
 
  • #4
The book has listed the answers to parts a-c and the extra question at the end of the line all in one statement. That is, what they have may be more clearly written as

Answer to (a): -1
Answer to (b): [-1]
Answer to (c): (the matrix that you see)
Answer to "Which two are equal?": (a) and (b)

It may be hard to parse what they wrote, but this is sadly pretty common.

When you transpose u and multiply by v, you get

[tex]u_1^T v_1 = \begin{bmatrix} 1 & -1 & 2 \end{bmatrix} \begin{bmatrix} 2 \\ 1 \\ -1\end{bmatrix}[/tex]

Check your understanding of matrix multiplication to see that the final dimensions must be 1x1, not 3x3, for this case.
 
  • #5
Muphrid said:
Answer to (c): (the matrix that you see)

What does that even refer to? If the final dimensions of uT are 1 x 1, then what does that 3 X 3 matrix even refer to?
 
  • #6
g.lemaitre said:
What does that even refer to? If the final dimensions of uT are 1 x 1, then what does that 3 X 3 matrix even refer to?

[itex]u^T[/itex] is not 1x1. [itex]u^T v[/itex] is. [itex]u^T[/itex] is 1 row by 3 columns.

The 3x3 matrix is the result of [itex]u v^T[/itex], a 3 row, 1 column matrix times a 1 row, 3 column matrix, or [3x1][1x3]. Usually one is taught that the "inner" dimensions must match, and the result has the dimensions of those that are left over. In this case, the 1s match, 3x3 is what's left over.
 
  • #7
well if [itex]u^T v[/itex] is a 3x3 matrix then how can it add up to -1 so that it equals u*v which also = -1?
 
  • #8
[itex]u[/itex] and [itex]v[/itex] are both 3x1.

[itex]u^T v[/itex] is 1x1 and is equal to [-1].

[itex]uv^T[/itex] is not the same thing. It is the 3x3 matrix you've been seeing. There is no reason for it to add up to -1. It's diagonal elements, however, can, should, and do add up to -1.
 
  • #9
ok, i got it.
 

1. What is the definition of transposing a matrix?

Transposing a matrix means switching the rows and columns of a matrix, resulting in a new matrix with the same dimensions but with the rows and columns interchanged.

2. How do you write the transpose of a matrix?

The transpose of a matrix A is written as AT.

3. What is the purpose of transposing a matrix?

Transposing a matrix can be useful for simplifying calculations, solving systems of linear equations, and performing operations such as matrix multiplication and inverses.

4. Is the transpose of a matrix commutative?

No, the transpose of a matrix is not commutative. In other words, AT is not necessarily equal to (AT)T.

5. Can a non-square matrix be transposed?

Yes, a non-square matrix can be transposed. The resulting matrix will have the number of rows and columns switched, but it will still be a valid transpose.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
396
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
529
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
186
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
295
  • Calculus and Beyond Homework Help
Replies
14
Views
601
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
Back
Top