SciPy - Sparse Linear Algebra
You want to solve
Ax = b where A is a sparse matrix but not square (e.g., 3x2). What will happen if you use spsolve(A, b)?