Discussion Overview
The discussion revolves around the division operation in linear algebra as implemented in MATLAB, specifically focusing on the left division operator (A\b) and its interpretation. Participants explore the implications of this operation in solving systems of linear equations and the notation used in MATLAB.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant seeks clarification on the left division operation in MATLAB, questioning how a specific result (-5.1250) is obtained when dividing columns of matrices A and B.
- Another participant asserts that the operation A\b is not division but rather a method to solve the system Ax = b.
- A further reply emphasizes that A\b can be viewed as a left division operation and mentions the equivalent function mldivide(A,b) in MATLAB.
- One participant challenges the use of the term "division," stating that standard notation does not differentiate between left and right division, suggesting that the notation used by the author is non-standard.
- Another participant points out that if A is invertible, the relationship x = A^{-1}b holds, indicating a distinction between left and right division in mathematical terms.
Areas of Agreement / Disagreement
Participants express differing views on the terminology and notation used in MATLAB for division operations, with no consensus reached on the appropriateness of the term "division" in this context.
Contextual Notes
There are unresolved questions regarding the notation and its standardization in mathematical literature, as well as the implications of using MATLAB's specific functions for solving linear equations.