I need to solve linear equation like this:
A*X=B
where A is square and singular.
Any one feasible solution is OK and just what I need.
It is solvable manually but too troublesome if the dimension is high.
So how can I solve such a given equation by tools like MATLAB?