|
|
|
|
|
by elliotec
3494 days ago
|
|
You mention this is a "step up" from the Better Explained book, which was supposed to be an intro and went right over my head, still making lots of assumptions about what I should already know. I'm a decent programmer, maybe above average, and I know I could understand this stuff if I found the right resources and put in the time, but I'm not sure what value it can provide me at this point. |
|
My blog, on the other hand, tends to be more like "Here's an algorithm/theorem you can only find in research papers or graduate textbooks, proved, explained, and implemented." If you don't know proofs, most of my blog posts are too much too fast.
My book is trying to be in between the two. You have seen logarithms before and you know (or can look up) what similar triangles are. However, reading a typical math book is immediately too fast, the notation is too foreign, and the proofs seem to leave out a lot. My goal is to bring the reader in the fold w.r.t. notation and mindset and expectations (using programming analogies and leaning on the concepts you already understand well), showcase impressive applications in Python at the end of every chapter, and survey different areas of math relevant for software applications like machine learning and crypto.
I would be interested to know more about what specific topics you find difficult, maybe using Kalid's book as a reference?