- #1
barryj
- 856
- 51
- TL;DR Summary
- I was given a problem to use an array, not a matrix, to solve a system of equations. I have not heard of doing this and can not find any reference to how to do it.
I was given a problem to use an array, not a matrix, to solve a system of equations. I have not heard of doing this and can not find any reference to how to do it.
like... 2x+3y = 12, and 3x-4y = 14 How is this solved using an array or grid?
like... 2x+3y = 12, and 3x-4y = 14 How is this solved using an array or grid?