can anybody tell me the condition number of
$X \cdot Y$ with $X \in \mathbb{R}^{M \times N}, Y \in \mathbb{R}^{N \times P}$.
I tried to describe the matrix multiplication by a sum of many multiplications ($a=M \cdot N \cdot P$), which each has a condition number of $\kappa=\frac{(x_i+y_i)^2}{|x_i y_i|}$, but do not know how to connect them.
Or may it be just the product of the condition numbers of the two matrices: $\kappa_1 \cdot \kappa_2 $ ?