How to approximate the condition number of a matrix using its component

17 Views Asked by At

Given a psd matrix $H=[A, B; B^\top, C]$. I can find bounds for singular values and the norm for $A, B, C$. How can I construct a bound for the condition number of $H$? I have tried using interlacing theorem but it doesn't work.