tom08
- 19
- 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 \| A \| s.t.
\| x-Ay \| \leq C \cdot \| x-y\|
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.
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.