I have the following problem:
$z=Ax$, in which $z$ and $x$ are $N\times 1$ vectors and $A$ is a $N\times N$ matrix. I am interested in how the magnitude of $x$ changes after applies $A$ on it. Is there any simple relationship between the properties of $A$ (e.g., eigenvalues) and the differences in magnitudes between $z$ and $x$?
Thanks!
Supposing you put yourself in an orthonormal basis of eigenvectors (supposing it exists), you have $$ z_i=(Ax)_i=\lambda_i x_i $$ so that $$ |z|^2=\sum_{i=1}^N z_i^2=\sum_{i=i}^N \lambda_i^2 x_i^2 $$ and this cannot be expressed as a function of $|x|$ (unless $N=1$).
In the particular case in which $x$ is an eigenvector, then the sum reduces to a single term and the magnitude change by a factor $|\lambda_i|$.
If we define $$ m=\min{|\lambda_i|}\\ M=\max{|\lambda_i|} $$ then one can say that $$ |z|^2=\sum_{i=i}^N \lambda_i^2 x_i^2\leq M^2 \sum_{i=i}^N x_i^2 = M^2 |x|^2\\ |z|^2=\sum_{i=i}^N \lambda_i^2 x_i^2\geq m^2 \sum_{i=i}^N x_i^2 = m^2 |x|^2 $$ so that $$ m|x|\leq |z|\leq M|x|. $$