How to solve A*x=B in GAP (A,B are matrices)

209 Views Asked by At

Solving $A x = b$ with matrix $A$ and vector $b$ can be done in GAP using SolutionMat. How would you find the solution to $A x =B$ with $B$ a matrix? Are there simplifications if I only need to know whether the solution exists or not (rather than getting the actual solution)?