vanmaiden
- 101
- 1
I've been dabbling with linear algebra lately and on the MIT OCW course for linear algebra, the professor talks about a column representation of a system of linear equations. For example, you teaches you to represent a
2x + 3y = 4
5x + 7y = 9
as a
x [\stackrel{2}{5}] + y [\stackrel{3}{7}] = [\stackrel{4}{9}]
The professor says one can perform this alternate way to solve a SoE, but what's the logic that allowed people to discover this new method?
2x + 3y = 4
5x + 7y = 9
as a
x [\stackrel{2}{5}] + y [\stackrel{3}{7}] = [\stackrel{4}{9}]
The professor says one can perform this alternate way to solve a SoE, but what's the logic that allowed people to discover this new method?