Linear algebra+ linear operators

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 4K views
Mechmathian
Messages
35
Reaction score
0

Homework Statement



In [tex]R^{3}[/tex] ||x||= [tex]a_{1}[/tex]*|[tex]x_{1}[/tex]|+ [tex]a_{2}[/tex]*|[tex]x_{2}[/tex]|+ [tex]a_{3}[/tex]*|[tex]x_{3}[/tex]|. where [tex]a_{i}[/tex]>0

What is ||A||(indused norm = sup||Ax|| as ||x||=1). (Suppose we know the coeffisients of the matrix/operator A)??


Homework Equations





The Attempt at a Solution


 
Physics news on Phys.org
Thanks, but do you know how to proove it?
 
By the way, do you want to say that it does nod depend on a_i??
 
(i just need the real case)
 
Mechmathian said:
Thanks, but do you know how to proove it?

|Av|^2=v^(T)*A^T*A*v. A^T*A is a symmetric matrix, so it has a complete orthogonal set of eigenvectors. Can you show the eigenvalues are nonnegative? Now expand a general v in terms of those eigenvectors and go from there...
 
Mechmathian said:

Homework Statement



In [tex]R^{3}[/tex] ||x||= [tex]a_{1}[/tex]*|[tex]x_{1}[/tex]|+ [tex]a_{2}[/tex]*|[tex]x_{2}[/tex]|+ [tex]a_{3}[/tex]*|[tex]x_{3}[/tex]|. where [tex]a_{i}[/tex]>0

What is ||A||(indused norm = sup||Ax|| as ||x||=1). (Suppose we know the coeffisients of the matrix/operator A)??


Homework Equations





The Attempt at a Solution


Hey, that's not a matrix operator at all, is it? You just want to maximize the inner product of (a1,a2,a3) and x. That's much easier. Think Cauchy-Schwarz.
 
Unfortunately I do not understand why

|Av|^2=v^(T)*A^T*A*v is true.. Why does it not depend on a_i??
2. I don't think I know how to proove that the eigenvalues are nonnegative or where to go from there..
 
I think that it is a matrix operator..
 
Mechmathian said:
I think that it is a matrix operator..

What you wrote is the dot product of (a1,a2,a3) with (x1,x2,x3). That's a matrix operator only in the sense it's a 1x3 matrix. You want to maximize it. Will you look up the Cauchy-Schwarz inequality. Please?
 
The thing is that the dot product does not have the modules..
Even if I do maximize it.. I do not see where to go from there..
 
Cauchy Shwartz: (x,y)<=||x||*||y||
 
Dick said:
Hey, that's not a matrix operator at all, is it? You just want to maximize the inner product of (a1,a2,a3) and x. That's much easier. Think Cauchy-Schwarz.

Dick said:
What you wrote is the dot product of (a1,a2,a3) with (x1,x2,x3). That's a matrix operator only in the sense it's a 1x3 matrix. You want to maximize it. Will you look up the Cauchy-Schwarz inequality. Please?

Dick, I think you have misinterpreted the question. What he wrote was the definition of norm (not an inner product between (a1, a2, a3) and (x1, x2, x3)- a1, a2, and a3 are fixed for all x) THEN he asked
"What is ||A||(indused norm = sup||Ax|| as ||x||=1). (Suppose we know the coeffisients of the matrix/operator A)??"

In other words, what norm does that defined norm on the vector space induce on the linear operators.

The definition of "induced norm" of A is ||A||= lub ||Ax|| for all x with norm 1.