solve_linear_systemVibe Math MCPSolve systems of linear equations (Ax = b) using SciPy's optimized solver for square or overdetermined systems. Input coefficient matrix and constants vector to compute exact or least-squares solutions.MIT License