Basis Pursuit (BP) Algorithm: Solving Underdetermined Systems via Linear Programming
The Basis Pursuit (BP) algorithm is designed to solve underdetermined systems of equations by transforming the problem into a linear programming formulation. This implementation demonstrates the BP approach with mathematical optimization techniques.