The classical stuff is great: * Geometry and the imagination by Hilbert and Cohn-Vossen * Methods of mathematical physics by Courant and Hilbert * A comprehensive introduction to differential geometry by Spivak (and its little brothers Calculus and Calculus on manifolds ) * Fourier Analysis by Körner * Arnold's books on ODE, PDE and mathematical physics are breathtakingly beautiful. * The shape of space by Weeks * So…
I've had this idea of starting back at basics and relearning math from the beginning since I never "really" learned it besides memorizing and skirting my way through it in school. Do you know a good path or book that's suitable for that?
Ask HN: Math books that made you significantly better at math?
81–90 of 323 posts
Re: Ask HN: Math books that made you significantly better at math?
#82For me, a watershed book was Introduction to Analysis by Rosenlicht [1]. Proof-based, very "mathy", small and compact (so to speak) but with a massive scope. A great introduction to a really important topic, and it'll put your brain through its paces.
Again, I recommend working nearly every problem.
[1] https://www.amazon.com/Introduction-Analysis-Dover-Books-Mat...
Re: Ask HN: Math books that made you significantly better at math?
#83“Mathematical Notation: A Guide for Engineers and Scientists”[0] really changed my abilities with being able to read papers and decipher what was going on. I had university math experience but it was a long time ago. When I started reading papers for algorithms later in my career I couldn’t get past the notation. Once the symbols are explained, as a programmer, I was able to grok so much more. This should be on every…
As a programmer I really wish math notation was more rigorous: less ambiguity, more explicit typing, no implicit variables, etc. So much of it would never pass code review. We programmers figured out that code should be optimized for readability, not writtability ; I wish mathematicians did too.
Re: Ask HN: Math books that made you significantly better at math?
#84I did horribly in math because I figured it was hard and just accepted I'd never be good at it. That quote somehow managed to dissolve my mental block.
Re: Ask HN: Math books that made you significantly better at math?
#85“Mathematical Notation: A Guide for Engineers and Scientists”[0] really changed my abilities with being able to read papers and decipher what was going on. I had university math experience but it was a long time ago. When I started reading papers for algorithms later in my career I couldn’t get past the notation. Once the symbols are explained, as a programmer, I was able to grok so much more. This should be on every…
As a programmer I really wish math notation was more rigorous: less ambiguity, more explicit typing, no implicit variables, etc. So much of it would never pass code review. We programmers figured out that code should be optimized for readability, not writtability ; I wish mathematicians did too.
Re: Ask HN: Math books that made you significantly better at math?
#86Re: Ask HN: Math books that made you significantly better at math?
#87I find that my biggest barrier to learning math has always been how unengaging, excessively contrived, and unfun the learning material has been.
Re: Ask HN: Math books that made you significantly better at math?
#88Re: Ask HN: Math books that made you significantly better at math?
#89[1]: 3D Math Prime for Games for Graphics and Game Development; https://www.gamemath.com/ (free to read online) [2]: Essential Mathematics for Games and Interactive Applications; https://www.essentialmath.com/book.htm [3]: Mathematics for 3D Game Programming and Computer Graphics; https://www.mathfor3dgameprogramming.com/
Re: Ask HN: Math books that made you significantly better at math?
#90I would not call myself great at math – I struggled with it in school, in fact – but in recent years I’ve begun “correcting” my lack of mathematical knowledge. The single best decision I’ve made is to first start with the philosophy of mathematics. Maybe it’s because my background is in philosophy, but I also think that for certain people like myself, understanding what math is makes me far more interested in underst…
Reading Euclid's Elements and Newton's Principia really helped me get an intuitive feel for geometry and calculus. They may not be entirely easy (at least the second) without some commentary, but well worth the study.