Example: let
M = Matrix([[1,2],[3,4]]) # and p = Poly(x**3 + x + 1) # then p.subs(x,M).expand()
gives the error :
TypeError: c