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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Interactive Linear Algebra (2019)

365 点作者 natemcintosh将近 4 年前

15 条评论

screye将近 4 年前
For those interested in these kinds of interractive math experiences, I have been keeping track of them for a while. Here is my list so far:<p>• <a href="https:&#x2F;&#x2F;www.intmath.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.intmath.com&#x2F;</a> - Interactive Mathematics Learn math while you play with it<p>• <a href="http:&#x2F;&#x2F;worrydream.com&#x2F;LadderOfAbstraction&#x2F;" rel="nofollow">http:&#x2F;&#x2F;worrydream.com&#x2F;LadderOfAbstraction&#x2F;</a> - up and down the ladder of abstraction<p>• <a href="https:&#x2F;&#x2F;betterexplained.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;betterexplained.com&#x2F;</a> - Intuitive guides to various things in math<p>• <a href="https:&#x2F;&#x2F;www.math3ma.com&#x2F;blog&#x2F;matrices-probability-graphs" rel="nofollow">https:&#x2F;&#x2F;www.math3ma.com&#x2F;blog&#x2F;matrices-probability-graphs</a> - Viewing Matrices &amp; Probability as Graphs<p>• <a href="http:&#x2F;&#x2F;immersivemath.com&#x2F;ila&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;immersivemath.com&#x2F;ila&#x2F;index.html</a> - immersive linear alg
评论 #28173565 未加载
评论 #28177317 未加载
scythmic_waves将近 4 年前
I&#x27;ve only just skimmed through this. And it&#x27;s a subject I already know so I can&#x27;t tell if it&#x27;s actually a good resource. However, my initial impression is that I love it.<p>I think that textbooks, math textbooks in particular, are an example where print publishing does a disservice. (I&#x27;m counting PDFs here too.) By having to lay everything out in print form, you have to clutter up your explanations with examples and footnotes that take up physical room. Here, the examples are toggle-able. If I _want_ to explore an example, I can. But I don&#x27;t need to. This kind of thing is especially helpful when reviewing content for, say, a test rather than learning it for the first time.<p>Also finding things in textbooks is a real pain. It&#x27;s difficult to index things in a helpful way, so you just have these counting schemes in LaTeX that increment for every definition, theorem, etc. I&#x27;d love to be able to tag things then search the tags.<p>And that says nothing for when you want to explain something that&#x27;s difficult with static images. Being able to interact with animations by zooming, panning, pausing, slowing down, speeding up, etc. is a boon. (I don&#x27;t think I actually saw an example of a non-static image here, but I think my point still stands.)<p>All in all, I&#x27;d love to see more interactive textbooks. We&#x27;ve got this really expressive kind of document via the web. I think we should be taking advantage of it more.
评论 #28171978 未加载
评论 #28170045 未加载
评论 #28171424 未加载
评论 #28169674 未加载
ogogmad将近 4 年前
I wrote an entry on Wikipedia on visualizing the QR algorithm: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;QR_algorithm" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;QR_algorithm</a><p>The visualization helped me spot an unstable fixed point and understand the behaviour of the algorithm near eigenvalue clashes. The behaviour&#x27;s quite sophisticated.<p>I think I wrote this there, but here goes again. The idea is that a positive-definite symmetric matrix can be visualized as an ellipse. This follows from the spectral theorem. Each iteration of the QR algorithm causes the ellipse to fall towards the x-axis, as if under the influence of gravity. The unstable fixed point corresponds to when the ellipse is standing up precariously, unable to fall in either direction. If you tilt it by just a bit, it will fall over (so the fixed point is unstable).<p>The case when the ellipse is nearly circular (corresponding to near eigenvalue clashes) causes the ellipse to fall over slowly. I think this also makes physical sense, if you think of it being under the influence of gravity. If you think of this near-circle as being a matrix, then this matrix is nearly equal to a scalar multiple of the identity matrix, so its eigenvalues are essentially known. The fact that the ellipse falls very slowly implies that the eigenvectors are unstable near eigenvalue clashes, but the eigenvalues are easy to find.<p>Note: The issues surrounding the unstable fixed point can be fixed using Wilkinson shifts. This makes each iteration into a discontinuous function, allowing all the fixed points to be stable. The issue surrounding instability of the eigenvectors near eigenvalue clashes cannot be fixed, as it&#x27;s intrinsic to eigendecomposition (even of symmetric matrices). The latter difficulties can be dodged by slightly perturbing the matrix, but the resulting eigenvectors can be very different from the eigenvectors of the unperturbed matrix.
评论 #28171743 未加载
评论 #28171668 未加载
TrackerFF将近 4 年前
I really wish we&#x27;d have these kind of tools when I took Linear Algebra (or many other math and engineering courses, for that mater).<p>When I took it, it was purely proofs up and down on the blackboard, zero visualizations.
评论 #28170852 未加载
评论 #28170948 未加载
whytaka将近 4 年前
Being aware of the broad applications for Linear Algebra in engineering, I&#x27;m very eager to go through some Linear Algebra course on my own. But my problem is that I can&#x27;t just learn from a text, even if it&#x27;s interactive. I need to apply it to something.<p>What are some fun projects that uses LA for an individual? I&#x27;m thinking about things like generative art, if anyone knows of any artists that inspire them.
评论 #28171943 未加载
评论 #28172510 未加载
评论 #28173066 未加载
criddell将近 4 年前
It would be nice if the items in the left column on the index page [1] were links to the <i>context</i> location.<p>[1]: <a href="http:&#x2F;&#x2F;textbooks.math.gatech.edu&#x2F;ila&#x2F;index-1.html" rel="nofollow">http:&#x2F;&#x2F;textbooks.math.gatech.edu&#x2F;ila&#x2F;index-1.html</a>
jdlyga将近 4 年前
Georgia Tech! Anyone else just finish taking Graduate Algorithms? Hope you passed.
评论 #28178746 未加载
ChrisArchitect将近 4 年前
Previous discussion:<p><i>2 years ago</i> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21628449" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21628449</a>
testkitchen将近 4 年前
This is great! This is a nice direction to go. Also, I don&#x27;t mind if the creators would like to charge a small fee to use the book.
nicomeemes将近 4 年前
This is one of my favorite resources for learning about Linear Algebra. Helped me immensely when I took it last spring.
nla将近 4 年前
FYI, FB blocks this as &quot;violating community standards&quot; when you try to post it there.<p>And also, it&#x27;s awesome!
sonograph将近 4 年前
I hope that GATech one day offers an affordable online math MSc program, like their CS program
ampgt将近 4 年前
Cool to see an article on the front page of HN from my alma mater :)
iainctduncan将近 4 年前
I am excited to try this, thanks for posting!
master_yoda_1将近 4 年前
It&#x27;s confusing why ml beginners are obsessed over linear algebra. The subject is very hard and need only for advanced ml model. why not just study calculus and understand it?