Also by Sussman - well worth looking into http://mitpress.mit.edu/sites/default/files/titles/content/s...
Ask HN: Math books like SICP?
31–40 of 92 posts
Re: Ask HN: Math books like SICP?
#32I share exactly the same interest. Can anybody suggest some outline for what topics (more or less) should somebody cover to be on "undergrad-math" level? Unfortunately I have to hold my own tongue this time, because books I found useful are mainly in russian and they surely aren't like SICP. And I still lack the whole understanding of the area anyway.
All the Mathematics You Missed: But Need to Know for Graduate School - http://www.amazon.com/All-Mathematics-You-Missed-Graduate/dp...
Re: Ask HN: Math books like SICP?
#33Sheldon Axler's "Linear Algebra Done Right" has my highest recommendation if you want expertise in linear algebra. As a followup, Paolo Aluffi's "Algebra: Chapter Zero" is the best synthesizing text for abstract algebra for a beginning graduate student. The thing that makes it so amazing is the writing style: it introduces and demystifies category theory, and then discusses groups, rings, modules, linear algebra, fie…
Thanks. Axler's LADR is indeed fantastic, I have already worked through 1/2 of it. I'm really happy to see my opinion seconded. It's really short and precise. Some people seem to prefer Halmos' Finite Dimensional Vector Spaces, but I found the presentation less didactic. Perhaps it's also more of an upper division text, and I'm not there yet. I was looking for a real analysis companion, perhaps baby Rudin. I was also…
Re: Ask HN: Math books like SICP?
#34Re: Ask HN: Math books like SICP?
#35All Engineers go through both years, except Computer Science who don't do the common second year and they directly go to Computer Science.
In these two years, everyone goes through this (maybe it'll give you some ideas on what you want to add):
I'll only list the "Maths" we take first and second year:
First year: - Algebra: (a long course, bottom up. From Boole's algebra, to groups, sigma-algebra, yadda yadda), linear algebra(vector spaces, etc)..
- Probabilities and Statistics.
- Analysis: (Taylor series (Lagrange, Laplace, Young, Cauchy, Maclaurin), integrals, differentiations, different series, convergence/divergence kung fu), Riemann overall, proofs, etc.. Functions, multivariable, real and complex, etc.
Second year:
- Analysis I - Numerical Analysis (Equation systems, Gauss-Seidel, different algorithms(also calculating their speeds), Newton-Raphson, extrapolation, interpolation, etc).
- Analysis II - Integrals(up to 3rd - curves, areas/surfaces(Green) and volumes (Ostrogradsky)), Differential equations (Wronskian, etc).
This is the minimum (to be able to function in other modules, and some other modules are needed before you can function in these, so there's sort of bootstrapping of sort).
And then it depends what you take as specialty (if it's something involving Signal Processing, for instance, or Control Systems, you also need to do stuff).
Hope that helps and you can find some things.
PS: None of these are done with computers, so computing stuff with Newton algorithm and operations on big matrices are all done by hand. It takes a lot of time.
PPS: We don't have multiple answer questions. There's a question, and you answer it (and some answers take multiple pages).
Also, most tests are designed in a way that even if you have the answer sheet right next to you, it still takes you more time to copy the answers than the time of the exam itself. i.e: Even if you don't think and only "write", the time-frame is too tight.
Re: Ask HN: Math books like SICP?
#36Sheldon Axler's "Linear Algebra Done Right" has my highest recommendation if you want expertise in linear algebra. As a followup, Paolo Aluffi's "Algebra: Chapter Zero" is the best synthesizing text for abstract algebra for a beginning graduate student. The thing that makes it so amazing is the writing style: it introduces and demystifies category theory, and then discusses groups, rings, modules, linear algebra, fie…
Thanks. Axler's LADR is indeed fantastic, I have already worked through 1/2 of it. I'm really happy to see my opinion seconded. It's really short and precise. Some people seem to prefer Halmos' Finite Dimensional Vector Spaces, but I found the presentation less didactic. Perhaps it's also more of an upper division text, and I'm not there yet. I was looking for a real analysis companion, perhaps baby Rudin. I was also…
Wilf - Generatingfunctionology (CRC 3rd ed.; free 2nd ed. pdf[1])
Lovasz - Combinatorial Problems and Exercises (AMS Chelsea)
The classic probability book is Feller (2 vol), but it's absurdly priced. There's also Sidney Resnick's Probability Path and Adventures in Stochastic Processes. Grinstead & Snell - Introduction to Probability Theory is free[2], and there's also Chung's A Course in Probability Theory (Academic Press/Elsevier).
Dover publishes at least three good books on counterexamples and pathological cases: Counterexamples in {Analysis, Probability, Topology}
[1] http://www.math.upenn.edu/~wilf/DownldGF.html
[2] http://www.dartmouth.edu/~chance/teaching_aids/books_article...
Re: Ask HN: Math books like SICP?
#37https://github.com/ystael/chicago-ug-math-bib (updated Univ of Chicago bibliography
http://math.ucr.edu/home/baez/books.html
http://www.maths.cam.ac.uk/undergrad/course/schedules.pdf
______________________
and 2 i got from HN and /r/machineLearning
http://www.reddit.com/r/MachineLearning/comments/1jeawf/mach...
https://github.com/vhf/free-programming-books/blob/master/fr...
________________________
finally, the "Maths for PHysics" texts
http://www.scribd.com/doc/156523189/Boas-mathematical-Method...
http://www.goldbart.gatech.edu/PG_MS_MfP.htm
http://www.scribd.com/doc/91670553/Arfken-Math-Physics
___________________
(if i had to recommend only one book, it would be the Boas, or maybe Princeton Companion: http://press.princeton.edu/titles/8350.html
Re: Ask HN: Math books like SICP?
#38http://www.amazon.com/Mathematics-Content-Methods-Meaning-Do...
Re: Ask HN: Math books like SICP?
#39Earlier quoted context omitted.
My idea was to cover 6 topics, which would be equivalent to a broad freshman and 1/2 sophomore math education: * Set theory * Linear algebra * Geometry * Real analysis * Combinatorics * Probability theory
Eh, I was thinking about something else, actually. What you listed are taught in every CS program, aren't they? It isn't what I imagined when I heard "rigorous" at all. Topology, number theory, abstract algebra (I mean, real one, not CS-course basics), statistics, tensor analysis? Isn't that "undergrad math"? For things like Set theory/combinatorics/logic basics I'd recommend Rosen's "Discrete Math and Applications"[…