I regularly get this "error", e.g. when running "solve([[2,1],[3,1]],[12,13])".
I completely agree that there is a unique solution. But why does it give me an error instead of the solution? Am I misunderstanding what the function should be used for? Should I use a different function, when I just want to get an integer solution for a linear equation?
I regularly get this "error", e.g. when running "solve([[2,1],[3,1]],[12,13])".
I completely agree that there is a unique solution. But why does it give me an error instead of the solution? Am I misunderstanding what the function should be used for? Should I use a different function, when I just want to get an integer solution for a linear equation?