I am using MatLab to solve a system of linear regressions: Ax=b. But my matrix A is really big. Its shape is (4098,3628800). I used A\\b to solve this problem. It t
A\\b