Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have two questions here.

Suppose $A \in \mathbf{C}^{k \times k} $ and $B \in \mathbf{C}^{k \times l}$, I want to solve the equation $$ AT=B $$ to within an accuracy of $\epsilon$. Which numerical method should I use?

If $A$ is ill-conditioned, there is a large set of solutions. How could I pick one for which $\|T\|_F$ is minimized. $\|T\|_F$is Frobenius norm of the matrix

Thanks in advance.

share|improve this question
The singular value decomposition is appropriate here. – J. M. Nov 10 '11 at 8:57
Thanks for your hint. I'll have a try. – Yao Jin Nov 12 '11 at 13:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.