Homework Help Overview
The discussion revolves around decomposing a positive semi-definite matrix M, specifically in the context of finding a matrix L of reduced dimensions that satisfies the equation M = L' * L. The original poster seeks to determine L given M and a specified number of rows, r, with a particular example involving an 800x800 matrix and a desired 30x800 matrix for L.
Discussion Character
- Exploratory, Assumption checking, Problem interpretation
Approaches and Questions Raised
- Participants discuss the use of Cholesky factorization for positive semi-definite matrices and question how to adapt this method to obtain a matrix L of specific dimensions. The original poster expresses a need for a MATLAB function that can achieve this, while others suggest considering the implications of zero rows in the resulting matrix.
Discussion Status
The conversation is ongoing, with some participants providing insights into the Cholesky factorization process and its applicability to positive semi-definite matrices. There is an acknowledgment of the original poster's requirements, and questions about the course materials and methods are raised, indicating a search for clarification and potential solutions.
Contextual Notes
Participants note that the original poster's requirement for a specific matrix dimension (30x800) may not align with standard outcomes from Cholesky factorization, which typically yields a full matrix. There is also mention of the potential for zero rows in the resulting matrix, which may affect the decomposition process.