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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Art of Linear Algebra [pdf]

358 点作者 allending超过 3 年前

13 条评论

ivan_ah超过 3 年前
Wow this is really well done. It&#x27;s like a visual-algebraic approach... I&#x27;ve never seen this before.<p>I like how the author sets up a &quot;grammar of matrix multiplications,&quot; and then reuses the same patterns in the rest of the document.<p>For people who might not be familiar, these visual notes are inspired by and complement Prof. Strang&#x27;s new book <a href="https:&#x2F;&#x2F;math.mit.edu&#x2F;~gs&#x2F;everyone&#x2F;" rel="nofollow">https:&#x2F;&#x2F;math.mit.edu&#x2F;~gs&#x2F;everyone&#x2F;</a> and course <a href="https:&#x2F;&#x2F;ocw.mit.edu&#x2F;resources&#x2F;res-18-010-a-2020-vision-of-linear-algebra-spring-2020&#x2F;index.htm" rel="nofollow">https:&#x2F;&#x2F;ocw.mit.edu&#x2F;resources&#x2F;res-18-010-a-2020-vision-of-li...</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLUl4u3cNGP61iQEFiWLE21EJCxwmWvvek" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLUl4u3cNGP61iQEFiWLE2...</a> see also <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23157827" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23157827</a>
评论 #28704861 未加载
评论 #28713668 未加载
评论 #28743305 未加载
jasode超过 3 年前
It seems like the &quot;github.com&quot; link would be a better and more canonical url rather than link an opaque url to &quot;githubusercontent.com&quot;<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kenjihiranabe&#x2F;The-Art-of-Linear-Algebra" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kenjihiranabe&#x2F;The-Art-of-Linear-Algebra</a>
评论 #28704655 未加载
antegamisou超过 3 年前
Also check out 3Blue1Brown&#x27;s Essence of Linear Algebra<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2xVFit...</a>
评论 #28706729 未加载
评论 #28709765 未加载
评论 #28706246 未加载
ChicagoBoy11超过 3 年前
I never understood why we don&#x27;t do more of this stuff in school, and how calculus instead became the defacto advanced math curriculum in most high-schools. Students grow up working on their basic algebraic operations, solving equations, etc. Liner Algebra introduces them to the universe that lies just beyond those techniques, has very readily applicable uses, lends itself excellently to simulation&#x2F;connections to computer science (which is super popular to teach now), etc.
评论 #28712316 未加载
评论 #28709676 未加载
评论 #28711236 未加载
评论 #28709664 未加载
评论 #28711050 未加载
评论 #28710807 未加载
评论 #28710465 未加载
评论 #28709820 未加载
hiranabe超过 3 年前
Hello, I&#x27;m the author of the article, thanks for the nice comments.<p>This article should have been titled as &quot;Graphic Notes on Linear Algebra for Everyone&quot;, and Prof. Strang kindly suggested this big name. I was lucky that this drew this attention.<p>There are some other visuals I&#x27;m trying around the area. - Eigenvalues <a href="https:&#x2F;&#x2F;anagileway.com&#x2F;2021&#x2F;10&#x2F;01&#x2F;map-of-eigenvalues&#x2F;" rel="nofollow">https:&#x2F;&#x2F;anagileway.com&#x2F;2021&#x2F;10&#x2F;01&#x2F;map-of-eigenvalues&#x2F;</a><p>-Matrix classification <a href="https:&#x2F;&#x2F;anagileway.com&#x2F;2020&#x2F;09&#x2F;29&#x2F;matrix-world-in-linear-algebra-for-everyone&#x2F;" rel="nofollow">https:&#x2F;&#x2F;anagileway.com&#x2F;2020&#x2F;09&#x2F;29&#x2F;matrix-world-in-linear-alg...</a><p>When I was an undergraduate, I didn&#x27;t get this understanding of linear algebra... but after watching all the Prof. Strang&#x27;s 18.06 classes in MIT OpenCourseWare, now I have much clear view of this area... So I really appreciate his way of teaching.<p>BTW, I even made a T-shirt and sent him ! <a href="https:&#x2F;&#x2F;anagileway.com&#x2F;2020&#x2F;06&#x2F;04&#x2F;prof-gilbert-strang-linear-algebra&#x2F;" rel="nofollow">https:&#x2F;&#x2F;anagileway.com&#x2F;2020&#x2F;06&#x2F;04&#x2F;prof-gilbert-strang-linear...</a>
skytreader超过 3 年前
Instantly fell in love with the presentation! Might give this a read-through just out of pure curiosity.<p>In undergrad, my mnemonic for these operations was visualizing the matrices animated in my head. The more complex ones, it was actually easier for me to remember Scheme functions that represent the algorithm (all expressed via higher-order functions so it was pretty concise); this was unique to my circumstances as an undergrad, not something I can pull off today without reviewing a lot of material.<p>Presenting the operations with color and blocks just gives a more natural &quot;user interface&quot; (lacking a better term) for remembering it!
amelius超过 3 年前
On the first page they say &quot;if neither a or b are 0&quot;, but they haven&#x27;t defined what it means for a vector to be 0.<p>Also, they say &quot;rank 1 matrix&quot;, but they haven&#x27;t defined the concept of rank yet.<p>Some readers might find this kind of presentation acceptable, but personally I strongly dislike it when concepts are used before they are defined.
评论 #28705273 未加载
评论 #28709702 未加载
visarga超过 3 年前
Nice, I was just reviewing SVD and PCA, I grok them but then I forget, this material is useful for remembering the big picture.
hwers超过 3 年前
I keep seeing the same material like this (and love it btw) but I keep thinking that it&#x27;s all only scratching the surface. From what I&#x27;ve seen in abstract algebra this stuff goes way deeper and becomes way more beautiful. I would love the &quot;homemade&quot; explanations and visualizations to start enlightening us about that. E.g. so DIY machine learning folks like the amazing GAN art community that&#x27;s cropping could get more tooling to pluck easy hanging fruit.
jnurmine超过 3 年前
Would love to see other things like physics, chemistry, etc. done with this kind of representation. Visualized, concise descriptions.
_wldu超过 3 年前
This is great for those studying algorithms (DP, DC, FFT, etc.). Very useful.
Matt-Gleich超过 3 年前
Great visuals
tishha超过 3 年前
good notes, very useful!