I am having trouble finding an elegant way of showing this system of equations has no integer solutions:
$$32c+11d=9a+10b$$
$$2c+d=a$$
$$ad-bc=1$$
So far I've narrowed it down to showing $221c^2+100$ cannot be a perfect square, but I'm hoping there's a way that's less computational!
ADDED: pretty much everything needed for this answer is in this chapter of BUELL
The method suggested in comments gives first $a = d + 2c$ and then $d = 5b-7c.$ Plugging those into $ad-bc=1$ gives $$ 25 b^2 - 61bc + 35 c^2 = 1. $$ If we had $b=c = 1$ the quadratic form would evaluate to $-1.$ However, $1$ itself is impossible. The printout below shows the Gauss-Lagrange method of "reduced" indefinite binary quadratic forms. It is a theorem of Lagrange that all small numbers (below $\frac{1}{2} \sqrt {221}$ in absolute value) that are primitively integrally represented by $\langle 25 -61, 35 \rangle$ must appear as first or last coefficients of a form in the chain of reduced forms equivalent to the original; however
This is equivalent to the fact that $x^2 - 221 y^2 \neq -1$ for integers $x,y,$ proof by continued fractions, really: