Infinity/One Norm Multiplication

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving a 3x3 matrix and the properties of vector norms, specifically the infinity norm and the 3-norm. The original poster is reviewing for an exam and seeks to find nonzero vectors in ℝ³ such that the relationship between the matrix and the norms holds true. The matrix in question is initially described as diagonal, but there is confusion regarding its actual structure.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the definitions of the norms and the matrix, questioning the original poster's assumptions about the matrix's structure and the nature of the vectors involved. There are attempts to clarify the conditions under which the norm relationship holds, with some suggesting that the vector components must be equal.

Discussion Status

The discussion is ongoing, with participants providing insights into the definitions and properties of the norms. Some guidance has been offered regarding the need to clarify the matrix's structure and the implications for the problem. There is no explicit consensus on the correct approach yet, as various interpretations of the matrix and vector relationships are being explored.

Contextual Notes

There is a noted discrepancy regarding the definition of a diagonal matrix, as the original poster's reference appears to differ from standard definitions. This has led to confusion in the problem setup, impacting the discussion on the norm relationships.

twoski
Messages
177
Reaction score
2

Homework Statement



This isn't actually a homework question but i thought this would be the right place for it... I am doing exam review and this question is giving me difficulties.

Consider the 3x3 diagonal[1,3,1] matrix A. Find nonzero vectors x in ℝ^{3} such that ||Ax||_{3} = ||A||_{3} * ||x||_{3}

Do the same, but with one norms.

The Attempt at a Solution



So my initial guess is that every value in x has to be the same for the comparison to work. I have to write vector x as a general vector i assume... So would x = {a1,a2,a3} where a1=a2=a3 suffice?

For one norms it seems to depend on whether values in x are positive or negative.
 
Physics news on Phys.org
Where you have to start is with definitions. If x = (##x_1,x_2,x_3##) what is ||x||##_3## in terms of its components? And what is ||A||##_3## in terms of its components. If you will write out those definitions we can proceed to the next step.

I don't think your guess about the vector is right. We're going to have to get to the eigenvectors of A, but that is not step 1.
 
I think there was a formatting error with the original post, i need to find the infinity norm, not the 3-norm.

The infinity norm of a vector is the max absolute value in the vector. the infinity norm of a matrix is its max absolute row sum.

If we take x=(0,1,2) then we see that ||Ax|| is different from ||A|| * ||x|| ... The max row sum of the matrix is 7, versus 5 * 2 = 10... It seems that it only works if x contains all the same elements.
 
Well, the ##\infty## norm is different.

However, the max absolute row sum of A is 3. Where did you get 7?
If you have the right ||A|| the problem is not difficult.
 
The max abs row sum of Ax is 7 since it would be 0*0 + 1*1 + 2*3. The max absolute row sum of A would be 5 since the matrix is

3 1 0
1 3 1
0 1 3

and therefore the middle row has the highest value

however this doesn't answer the question really, i need to come up with a general solution. What this is supposed to show is that ||Ax|| =/= ||A|| ||x|| when the contents of x are not all the same.

I would prefer to learn how to do this kind of a question without guessing and coming up with cases which would make the proposition true... Is there not some sort of method for solving it?
 
twoski said:
The max abs row sum of Ax is 7 since it would be 0*0 + 1*1 + 2*3. The max absolute row sum of A would be 5 since the matrix is

3 1 0
1 3 1
0 1 3

and therefore the middle row has the highest value

however this doesn't answer the question really, i need to come up with a general solution. What this is supposed to show is that ||Ax|| =/= ||A|| ||x|| when the contents of x are not all the same.

I would prefer to learn how to do this kind of a question without guessing and coming up with cases which would make the proposition true... Is there not some sort of method for solving it?

The 3x3 diagonal matrix [1,3,1] is

##\begin{pmatrix}
1& 0 & 0 \\
0 & 3 & 0\\
0 & 0 & 1
\end{pmatrix} ##

A diagonal matrix has only entries on the diagonal and zero's everywhere else.

So where did you get

3 1 0
1 3 1
0 1 3

Is the matrix not diagonal? Did you present the problem to me properly?
 
I took the definition of the diagonal matrix verbatim from my old midterm (there is even a diagram of the matrix)... Perhaps my prof has a different definition for diagonal matrices? In his matrix there are only two zeroes in the top right and bottom left corners.
 
twoski said:
I took the definition of the diagonal matrix verbatim from my old midterm (there is even a diagram of the matrix)... Perhaps my prof has a different definition for diagonal matrices? In his matrix there are only two zeroes in the top right and bottom left corners.

Definitely not diagonal. I'll work on the problem you were given, but later today.
 
It looks like your original guess is correct, that the only vectors which work are multiples of (1,1,1) (there's nothing like working with the right matrix). I'll start you off on showing this, as I'm not supposed to do the whole problem for you.

We have A = ##\begin{pmatrix}
3&1&0\\
1&3&1\\
0&1&3
\end{pmatrix}##

If ||A|| is the largest row sum we have ||A|| = 5. We are to find a vector X = (a,b,c) such that
||AX|| = 5||X||.

We know that AX =##\begin{pmatrix}
3a + b\\
a + 3b + c\\
b + 3c
\end{pmatrix}##

Suppose ||X|| = a. Then we want ||AX|| = 5a, which means
3a + b = 5a or a + 3b + c = 5a or b + 3c = 5a.

The first equation gives b = 2a, which contradicts that ||X|| = a.

The second & third equations give
3b + c = 4a
b + 3c = 5a

Solve these two equations for b and c in terms of a (just the usual 2 equations in 2 unknowns). This solution should give you another contradiction allowing you to conclude that ||X|| ≠ a (if we want an X that works).

If you try to take ||X|| = c, you will get the same result because the situation is symmetric. That leaves ||X|| = b. Set up your 3 equations again, and you can show that they give a = b = c, but that no other solution is available.

Re the word "diagonal" really there is no alternate definition, so I'm inclined to think your prof just had a typo. He could have said A is symmetric, which at least is correct, although I couldn't have deciphered the 1,3,1 into which symmetric matrix he wanted.
 

Similar threads

Replies
9
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
18K