Discussion Overview
The discussion revolves around solving for the unknown matrix Q in the equation A*Q*B=C, where A, B, and C are known matrices of specific dimensions. The conversation includes various approaches to finding Q, including the use of pseudoinverses and minimum norm solutions, while addressing the implications of the matrices being non-square.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- Some participants note that there are 4 equations in 16 unknowns, suggesting that any solution for Q will not be unique.
- One approach proposed involves using singular value decomposition to find the pseudoinverses of A and B.
- Another participant suggests manipulating the equation by multiplying both sides by the inverses of A and B, assuming those inverses exist, leading to Q = A-1CB-1.
- However, it is pointed out that A and B are not square matrices, which means they do not have traditional inverses.
- Some participants discuss the concept of generalized inverses and how they might apply to the problem.
- One participant describes a method for forming the Moore-Penrose pseudoinverse and its implications for solving the equation.
- Another participant introduces the idea of treating the problem as a succession of underdetermined problems that can be solved for least norm solutions, referencing QR factorization.
- There is mention of the minimum norm solution for underdetermined systems, with a formula provided for calculating it.
- A later reply confirms that the minimum norm solution is a special case of the Moore-Penrose pseudoinverse.
Areas of Agreement / Disagreement
Participants express differing views on the applicability of traditional inverses versus generalized inverses, and whether the proposed methods will yield unique solutions. The discussion remains unresolved regarding the best approach to take, with multiple competing views presented.
Contextual Notes
Limitations include the non-square nature of matrices A and B, which complicates the use of traditional inverses, and the potential for multiple solutions due to the underdetermined nature of the problem.