TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Math books like Infite Powers or Calculus Made Easy but for other topics?

13 点作者 leandot3 个月前
I recently read the above because I wanted to refresh my calculus skills and they were exactly the level and depth for a busy software engineer. Do you have other examples of foundational math books that are readable for the interested layman, e.g. for linear algebra?

7 条评论

impendia3 个月前
(Math professor here)<p>What do you mean by &quot;foundational&quot;?<p>I love <i>Calculus Made Easy</i>, but in my opinion the reason it&#x27;s so good is that it doesn&#x27;t try to be foundational. It relies on quick and dirty tricks -- especially, treating dy&#x2F;dx as a fraction when it can&#x27;t be formally defined as such, but where doing so makes the subject much more intuitive and easy. It&#x27;s not really a good foundation for further study, you need something that doesn&#x27;t cut corners for that, but it&#x27;s fantastic for what it is!<p>My favorite foundational book is <i>Linear Algebra</i> by Jim Hefferon:<p><a href="https:&#x2F;&#x2F;hefferon.net&#x2F;linearalgebra&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hefferon.net&#x2F;linearalgebra&#x2F;</a><p>It is free, and I&#x27;ve seen the author on HN occasionally. It&#x27;s foundational in the sense that it builds up the subject brick by brick, assuming the minimum realistic prerequisites needed, and it does an outstanding job of this.<p>But it&#x27;s a slow read, essentially by design. If you want something quicker, you might try Interactive Linear Algebra by Margalit and Rabinoff:<p><a href="https:&#x2F;&#x2F;textbooks.math.gatech.edu&#x2F;ila&#x2F;" rel="nofollow">https:&#x2F;&#x2F;textbooks.math.gatech.edu&#x2F;ila&#x2F;</a><p>Again free, with lots of widgets to play with.<p>Some other textbooks I really like:<p>Epp&#x27;s Discrete Mathematics is fantastic. The newest edition is astronomically expensive, so go looking for used copies of previous editions.<p>Carter&#x27;s Visual Group Theory is tremendous fun. Once again not foundational per se, but if you want to learn what group theory is all about without slogging through lots of formalities, that&#x27;s a great choice. I&#x27;d say that roughly it&#x27;s in the spirit of Calculus Made Easy.<p>Also, if you enjoy poker, check out Dan Harrington&#x27;s books on the subject. In the course of explaining hold&#x27;em strategy, they will teach you lots about probability, counting, expected value, and game theory in an applied setting. They&#x27;re fantastically written.
smatija3 个月前
Linear algebra doesn&#x27;t have many preconditions - so being used to math texts is much more important for it than having some pre-knowledge.<p>Easiest to start will be either Linear Algebra done right by Axler or Linear algebra done wrong by Treil - try both, they take very different approaches to introducing the subject, so one of them may be compatible with you.<p>After finishing either of these I heartily recommend you Finite-Dimensional Vector Spaces by Halmos - it&#x27;s way more abstract, so I cannot recommend it as first introduction to LA, but it proves its results in very beautiful and a bit uncommon way. It&#x27;s probably my favourite book from undergrad.
i_don_t_know3 个月前
I enjoyed “Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares” because it focuses on a relatively few concrete concepts in linear algebra, and explains and motivates them with lots of practical applications.<p>It’s a free download with additional material at:<p><a href="https:&#x2F;&#x2F;web.stanford.edu&#x2F;~boyd&#x2F;vmls&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.stanford.edu&#x2F;~boyd&#x2F;vmls&#x2F;</a>
ColinWright3 个月前
You might consider &quot;An Infinitely Large Napkin&quot;[0]<p>Previously submitted: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42999258">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42999258</a><p>[0] <a href="https:&#x2F;&#x2F;venhance.github.io&#x2F;napkin&#x2F;Napkin.pdf" rel="nofollow">https:&#x2F;&#x2F;venhance.github.io&#x2F;napkin&#x2F;Napkin.pdf</a>
评论 #43029700 未加载
WillAdams3 个月前
Possibly too simple for you, but I&#x27;ve been going through the _Make:Geometry&#x2F;Trigonometry&#x2F;Calculus_ books which use 3D printed objects and OpenSCAD to teach math concepts:<p><a href="https:&#x2F;&#x2F;www.goodreads.com&#x2F;book&#x2F;show&#x2F;61739368-make" rel="nofollow">https:&#x2F;&#x2F;www.goodreads.com&#x2F;book&#x2F;show&#x2F;61739368-make</a>
bwb3 个月前
This might be a fun one: <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;textbooks-for-learning-linear-algebra" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;textbooks-for-learning-linea...</a><p>I interviewed Ivan and he shared five of his fav books on the subject.
smatija3 个月前
The best math book for a software engineer imho is Concrete mathematics by Knuth (of TAOCP fame).<p>Problems in it are a bit tough to chew through though.
评论 #43016917 未加载