I have Elementary Real and Complex Analysis by Shilov, I read through it, without doing any problems, and I found that it was fairly easy to understand, and I was expecting some good old analysis, filled with stuff like differential forms, but it turned out to be nothing more than a little...
The reflection matrix when reflecting over a line, making angle x with x-axis is:
// cos(2x) -sin(2x) //
// sin(2x) cos(2x) //
Thats why the "angle size" doubles
Use a substitution and integration by parts:
u=lnx , du=\frac{dx}{x}
applying integration by parts:
\int_0^\infty f(x+\frac{1}{x})u du = \frac{u^2}{2}f(x+\frac{1}{x})\big]_0^\infty -\int_0^\infty \frac{u^2}{2} \frac{d}{dx}(f(x+\frac{1}{x}))dx
=\frac{u^2}{2}f(x+\frac{1}{x})\big]_0^\infty...
I started with Strang and then got Stewart. Strang is good for the basics but Stewart is like double the length, I found Stewart to be a great supplementation, but it is expensive.