What two functions within the NumPy library could you use to solve a system of linear equations?
linalg.det() and .dot()
linalg.eig() and .matmul()
linalg.inv() and .dot()
linalg.inv() and .eye()