Write a Python function that takes two inputs, a square matrix A and a vector b , and determines whether there is a solution for the matrix equation Ax = b . The function should print either "There is a solution!" or "There is no solution! depending on the outcome.