Find Upper Bound for \| A \| - Homework Statement

  • Thread starter Thread starter tom08
  • Start date Start date
  • Tags Tags
    Bound Upper bound
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
6 replies · 2K views
tom08
Messages
19
Reaction score
0

Homework Statement



assume that x and y are vectors, and A is a matrix.

can anyone kindly help me to find an upper bound C w.r.t [tex]\| A \|[/tex] s.t.

[tex]\| x-Ay \| \leq C \cdot \| x-y\|[/tex]
 
Physics news on Phys.org
Some quick-and-dirty trial gives me
C = sup( ||(A - I) v|| )
where I is the identity matrix and the supremum is taken over all vectors v.

I wonder if you can do any better, without more information on A.
 
Thank you for ur kind help. if all the entries of A is between 0 and 1, can we get a nicer upper bound ?
 
CompuChip said:
Some quick-and-dirty trial gives me
C = sup( ||(A - I) v|| )
where I is the identity matrix and the supremum is taken over all vectors v.

I wonder if you can do any better, without more information on A.

Could u show me any hints about ur estimate for C.

I only figure out that [tex]\|x-Ay\|=\|(x-Ax)+(Ax-Ay)\|\leq\|I-A\| \|x\|+\|A\| \|x-y\|[/tex]

I don't know how to continue... could anyone kindly give me more hints ?
 
Last edited:
I did
|| x - A y|| = || (x - y) + (y - Ay) ||

But when all entries of A are between 0 and 1, then you can define ||A|| by
|| A || = max(i, j)( |Aij| )
and use that to get a better estimate.
 
CompuChip said:
I did


But when all entries of A are between 0 and 1, then you can define ||A|| by
|| A || = max(i, j)( |Aij| )
and use that to get a better estimate.

if || x - A y|| = || (x - y) + (y - Ay) ||,
then || x - A y|| <= || (x - y) || + || (y - Ay) ||,

but how could u find that C = sup |x-Ax| for all x ?

notice that my esitmate is C*||x-y||
 
can someone give me a hand?