Discussion Overview
The discussion revolves around numerically solving for the null vector of a singular 1000 by 1000 matrix A, specifically focusing on methods to find a nonzero vector x such that Ax = 0. The context includes the use of MATLAB for this purpose.
Discussion Character
- Technical explanation, Homework-related
Main Points Raised
- One participant states they have a singular matrix A and seeks to solve for the null vector numerically.
- Another participant asks for clarification on whether the goal is to find a nonzero vector x such that Ax = 0, which is confirmed by the original poster.
- A later reply suggests using the "null" command in MATLAB to obtain an orthonormal basis for the null space of A.
Areas of Agreement / Disagreement
Participants generally agree on the goal of finding a nonzero vector in the null space of the matrix, but there is no consensus on the effectiveness of MATLAB for this task, as the original poster indicates that MATLAB does not work for them.
Contextual Notes
There may be limitations related to the specific implementation or conditions under which MATLAB is being used, as well as assumptions about the properties of the matrix A.